mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
fixed issue where tvdbepisodeid change would break episode update.
This commit is contained in:
parent
fc9dcb1084
commit
f4ceb57b2b
2 changed files with 2 additions and 2 deletions
|
@ -172,8 +172,8 @@ namespace NzbDrone.Core.Tv
|
|||
}
|
||||
}
|
||||
|
||||
_episodeService.InsertMany(newList);
|
||||
_episodeService.UpdateMany(updateList);
|
||||
_episodeService.InsertMany(newList);
|
||||
|
||||
if (newList.Any())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue