mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 00:34:37 +02:00
Use Series.OID (Tests still need to be updated)
CalendarModule working
This commit is contained in:
@@ -89,7 +89,7 @@ namespace NzbDrone.Core.Providers
|
||||
return;
|
||||
}
|
||||
|
||||
var episodes = _episodeService.GetEpisodeBySeries(series.SeriesId);
|
||||
var episodes = _episodeService.GetEpisodeBySeries(series.OID);
|
||||
|
||||
foreach (var mapping in mappings)
|
||||
{
|
||||
|
Reference in New Issue
Block a user