mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Server side for custom naming is complete
This commit is contained in:
@@ -151,7 +151,7 @@ namespace NzbDrone.Core.Configuration
|
||||
|
||||
public string SeasonFolderFormat
|
||||
{
|
||||
get { return GetValue("SeasonFolderFormat", "Season %s"); }
|
||||
get { return GetValue("SeasonFolderFormat", "Season {season}"); }
|
||||
set { SetValue("SeasonFolderFormat", value); }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user