mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
fixed issue where tvdbepisodeid change would break episode update.
This commit is contained in:
@@ -172,8 +172,8 @@ namespace NzbDrone.Core.Tv
|
||||
}
|
||||
}
|
||||
|
||||
_episodeService.InsertMany(newList);
|
||||
_episodeService.UpdateMany(updateList);
|
||||
_episodeService.InsertMany(newList);
|
||||
|
||||
if (newList.Any())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user