mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
SceneMappings now have season number
This commit is contained in:
parent
1bcb080666
commit
e4861283b6
5 changed files with 45 additions and 1 deletions
|
@ -14,5 +14,8 @@ namespace NzbDrone.Core.Repository
|
|||
|
||||
[JsonProperty(PropertyName = "Title")]
|
||||
public string SceneName { get; set; }
|
||||
|
||||
[JsonProperty(PropertyName = "Season")]
|
||||
public int SeasonNumber { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue