EpisodeSorting setup, setting page created and usable, needs labels still.

This commit is contained in:
markus101 2011-02-25 20:07:22 -08:00
commit 46830a2777
11 changed files with 312 additions and 7 deletions

View file

@ -113,7 +113,7 @@ namespace NzbDrone.Core.Providers
repoSeries.QualityProfileId = Convert.ToInt32(_config.GetValue("DefaultQualityProfile", "1", true));
repoSeries.SeasonFolder = true;
if (!Convert.ToBoolean(_config.GetValue("SeasonFolder", true, true)))
if (!Convert.ToBoolean(_config.GetValue("Sorting_SeasonFolder", true, true)))
repoSeries.SeasonFolder = false;
_sonioRepo.Add(repoSeries);