mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Use Season Folder is set in config (also set per Series), default is true.
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user