Use Season Folder is set in config (also set per Series), default is true.

This commit is contained in:
markus101
2011-02-24 23:20:24 -08:00
parent 3b749a39a7
commit 165beda55b
3 changed files with 30 additions and 4 deletions
+2
View File
@@ -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; }