diff --git a/js/content-scripts/imdb.js b/js/content-scripts/imdb.js index 5ac1fd1..a8de0bf 100644 --- a/js/content-scripts/imdb.js +++ b/js/content-scripts/imdb.js @@ -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'; diff --git a/manifest.json b/manifest.json index 8ad7017..3cd2c14 100644 --- a/manifest.json +++ b/manifest.json @@ -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://*/"],