mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
decision engine now reports it's own errors rather than just dying.
This commit is contained in:
parent
9bbbc19869
commit
d6d524e624
15 changed files with 182 additions and 130 deletions
|
@ -2,7 +2,6 @@
|
|||
using System.Collections.Generic;
|
||||
using Marr.Data;
|
||||
using NzbDrone.Core.Datastore;
|
||||
using NzbDrone.Core.MetadataSource.Trakt;
|
||||
using NzbDrone.Core.Model;
|
||||
using NzbDrone.Core.Qualities;
|
||||
using NzbDrone.Core.RootFolders;
|
||||
|
@ -10,13 +9,6 @@ using NzbDrone.Core.RootFolders;
|
|||
|
||||
namespace NzbDrone.Core.Tv
|
||||
{
|
||||
public enum SeriesTypes
|
||||
{
|
||||
Standard = 0,
|
||||
Daily = 1,
|
||||
Anime = 2,
|
||||
}
|
||||
|
||||
public class Series : ModelBase
|
||||
{
|
||||
public Series()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue