fixed issue where tvdbepisodeid change would break episode update.

This commit is contained in:
Keivan Beigi 2013-07-05 15:54:42 -07:00
commit f4ceb57b2b
2 changed files with 2 additions and 2 deletions

View file

@ -172,8 +172,8 @@ namespace NzbDrone.Core.Tv
}
}
_episodeService.InsertMany(newList);
_episodeService.UpdateMany(updateList);
_episodeService.InsertMany(newList);
if (newList.Any())
{