mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 00:34:37 +02:00
Removed Series.Episodes and Series.EpisodeFiles list.
This commit is contained in:
@@ -47,7 +47,7 @@ namespace NzbDrone.Core.Providers.Jobs
|
||||
seriesToScan = new List<Series>() { _seriesProvider.GetSeries(targetId) };
|
||||
}
|
||||
|
||||
foreach (var series in seriesToScan.Where(c => c.Episodes.Count != 0))
|
||||
foreach (var series in seriesToScan)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user