mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
EpisodeSorting setup, setting page created and usable, needs labels still.
This commit is contained in:
parent
165beda55b
commit
46830a2777
11 changed files with 312 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue