mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 07:55:22 +02:00
Adding series with a ID of 0 is now blocked.
This commit is contained in:
@@ -50,7 +50,7 @@ namespace NzbDrone.Core.Jobs
|
||||
}
|
||||
else
|
||||
{
|
||||
seriesToUpdate = new List<Series>() { _seriesProvider.GetSeries(targetId) };
|
||||
seriesToUpdate = new List<Series> { _seriesProvider.GetSeries(targetId) };
|
||||
}
|
||||
|
||||
//Update any Daily Series in the DB with the IsDaily flag
|
||||
|
Reference in New Issue
Block a user