mirror of
https://github.com/sct/overseerr.git
synced 2025-10-03 00:48:07 +02:00
fix(plex-sync): match correct tmdb format for movies
This commit is contained in:
@@ -100,7 +100,7 @@ class JobPlexSync {
|
|||||||
let tmdbMovie: TmdbMovieDetails | undefined;
|
let tmdbMovie: TmdbMovieDetails | undefined;
|
||||||
|
|
||||||
const imdbMatch = plexitem.guid.match(imdbRegex);
|
const imdbMatch = plexitem.guid.match(imdbRegex);
|
||||||
const tmdbMatch = plexitem.guid.match(tmdbRegex);
|
const tmdbMatch = plexitem.guid.match(tmdbShowRegex);
|
||||||
|
|
||||||
if (imdbMatch) {
|
if (imdbMatch) {
|
||||||
tmdbMovie = await this.tmdb.getMovieByImdbId({
|
tmdbMovie = await this.tmdb.getMovieByImdbId({
|
||||||
|
Reference in New Issue
Block a user