mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
also use TMDBID on list sync
This commit is contained in:
parent
3f2da1441f
commit
a3c0f4cb3f
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ namespace NzbDrone.Core.NetImport
|
||||||
bool foundMatch = false;
|
bool foundMatch = false;
|
||||||
foreach (var listedMovie in listedMovies)
|
foreach (var listedMovie in listedMovies)
|
||||||
{
|
{
|
||||||
if (movie.ImdbId == listedMovie.ImdbId)
|
if (movie.TmdbId == listedMovie.TmdbId)
|
||||||
{
|
{
|
||||||
foundMatch = true;
|
foundMatch = true;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue