First steps for SQLite

This commit is contained in:
markus101 2013-03-23 17:08:23 -07:00 committed by kay.one
commit ebbf5ea21f
10 changed files with 231 additions and 29 deletions

View file

@ -36,7 +36,7 @@ namespace NzbDrone.Core.Tv
public DateTime? LastDiskSync { get; set; }
public int Runtime { get; set; }
public List<MediaCover.MediaCover> Covers { get; set; }
public SeriesTypes SeriesTypes { get; set; }
public SeriesTypes SeriesType { get; set; }
public BacklogSettingType BacklogSetting { get; set; }
public string Network { get; set; }
public DateTime? CustomStartDate { get; set; }