SceneMappings now have season number

This commit is contained in:
Mark McDowall 2012-12-25 00:05:13 -08:00
commit e4861283b6
5 changed files with 45 additions and 1 deletions

View file

@ -14,5 +14,8 @@ namespace NzbDrone.Core.Repository
[JsonProperty(PropertyName = "Title")]
public string SceneName { get; set; }
[JsonProperty(PropertyName = "Season")]
public int SeasonNumber { get; set; }
}
}