diff --git a/js/content-scripts/letterboxd.js b/js/content-scripts/letterboxd.js index abdf18c..97b5a31 100644 --- a/js/content-scripts/letterboxd.js +++ b/js/content-scripts/letterboxd.js @@ -5,7 +5,7 @@ containerOptions.containerClass = 'oa-py-5'; containerOptions.plexButtonClass = ''; containerOptions.badgeBackground = '#283038'; -tmdbButton = $('a[data-track-action=TMDB]:first'); +tmdbButton = $('a[data-track-action=TMDB]:first, a[href*="themoviedb.org"]:first').first(); tmdbURL = tmdbButton.attr('href'); if (tmdbURL.includes('/movie/')) {