Series/Index started in backbone

This commit is contained in:
Mark McDowall
2013-02-09 02:04:18 -08:00
committed by kay.one
parent ace7910f2a
commit eb18d1c4a1
20 changed files with 204 additions and 42 deletions

View File

@@ -26,7 +26,8 @@ namespace NzbDrone.Core.Repository
[DisplayName("Air on")]
public DayOfWeek? AirsDayOfWeek { get; set; }
public String AirTimes { get; set; }
[Column("AirTimes")]
public String AirTime { get; set; }
public string Language { get; set; }