diff --git a/server/job/plexsync/index.ts b/server/job/plexsync/index.ts index 50ce766cb..3f600c383 100644 --- a/server/job/plexsync/index.ts +++ b/server/job/plexsync/index.ts @@ -100,7 +100,7 @@ class JobPlexSync { let tmdbMovie: TmdbMovieDetails | undefined; const imdbMatch = plexitem.guid.match(imdbRegex); - const tmdbMatch = plexitem.guid.match(tmdbRegex); + const tmdbMatch = plexitem.guid.match(tmdbShowRegex); if (imdbMatch) { tmdbMovie = await this.tmdb.getMovieByImdbId({