mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Media Management settings are alive
This commit is contained in:
@@ -130,7 +130,7 @@ namespace NzbDrone.Core.Configuration
|
||||
set { SetValue("UseSeasonFolder", value); }
|
||||
}
|
||||
|
||||
public string SortingSeasonFolderFormat
|
||||
public string SeasonFolderFormat
|
||||
{
|
||||
get { return GetValue("Sorting_SeasonFolderFormat", "Season %s"); }
|
||||
set { SetValue("Sorting_SeasonFolderFormat", value); }
|
||||
|
||||
Reference in New Issue
Block a user