mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Use Season Folder is set in config (also set per Series), default is true.
This commit is contained in:
parent
3b749a39a7
commit
165beda55b
3 changed files with 30 additions and 4 deletions
|
@ -32,6 +32,8 @@ namespace NzbDrone.Core.Repository
|
|||
|
||||
public int QualityProfileId { get; set; }
|
||||
|
||||
public bool SeasonFolder { get; set; }
|
||||
|
||||
[SubSonicToOneRelation(ThisClassContainsJoinKey = true)]
|
||||
public virtual QualityProfile QualityProfile { get; private set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue