also use TMDBID on list sync

pull/2/head
geogolem 8 years ago
parent 3f2da1441f
commit a3c0f4cb3f

@ -94,7 +94,7 @@ namespace NzbDrone.Core.NetImport
bool foundMatch = false;
foreach (var listedMovie in listedMovies)
{
if (movie.ImdbId == listedMovie.ImdbId)
if (movie.TmdbId == listedMovie.TmdbId)
{
foundMatch = true;
break;

Loading…
Cancel
Save