mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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