Skip to content

Commit

Permalink
Update IMDb anchor element
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiRigal committed Jun 30, 2023
1 parent 0a7447a commit b508c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/content-scripts/imdb.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let overseerrContainer, imdbId, tmdbId, mediaType, mediaInfo;

containerOptions.anchorElement = `div.sc-60c6910d-5`;
containerOptions.anchorElement = `div.sc-e2dae9eb-5`;
containerOptions.textClass = 'oa-text-sm';
containerOptions.containerClass = 'oa-mt-2 oa-py-2';
containerOptions.badgeBackground = '#313131';
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Overseerr Assistant",
"version": "1.5.4",
"version": "1.5.5",
"description": "Browser extension for Overseerr that embeds buttons into IMDb and TMDB web pages to easily request movies and tv shows.",
"permissions": ["storage"],
"host_permissions": ["http://*/", "https://*/"],
Expand Down

0 comments on commit b508c8a

Please sign in to comment.