mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Adding series with a ID of 0 is now blocked.
This commit is contained in:
parent
70dcacb41b
commit
e8e0e8e5dc
3 changed files with 15 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue