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
commit 165beda55b
3 changed files with 30 additions and 4 deletions

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; }