Adding series with a ID of 0 is now blocked.

This commit is contained in:
kay.one 2012-01-13 14:16:14 -08:00
commit e8e0e8e5dc
3 changed files with 15 additions and 1 deletions

View file

@ -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