mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Media Management settings are alive
This commit is contained in:
parent
943a05bc09
commit
3f6a6d53d5
29 changed files with 346 additions and 218 deletions
|
@ -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); }
|
||||
|
|
|
@ -21,7 +21,7 @@ namespace NzbDrone.Core.Configuration
|
|||
SabPriorityType SabRecentTvPriority { get; set; }
|
||||
String DownloadedEpisodesFolder { get; set; }
|
||||
bool UseSeasonFolder { get; set; }
|
||||
string SortingSeasonFolderFormat { get; set; }
|
||||
string SeasonFolderFormat { get; set; }
|
||||
bool EnableBacklogSearching { get; set; }
|
||||
bool AutoIgnorePreviouslyDownloadedEpisodes { get; set; }
|
||||
int Retention { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue