mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
fixed episodeservice.updatemany
This commit is contained in:
parent
6c1d16ae57
commit
287dedadea
2 changed files with 4 additions and 8 deletions
|
@ -164,7 +164,7 @@ namespace NzbDrone.Core.Tv
|
|||
|
||||
public void UpdateMany(List<Episode> episodes)
|
||||
{
|
||||
_episodeRepository.InsertMany(episodes);
|
||||
_episodeRepository.UpdateMany(episodes);
|
||||
}
|
||||
|
||||
public void HandleAsync(SeriesDeletedEvent message)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue