mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 09:33:52 -07:00
Server side for custom naming is complete
This commit is contained in:
parent
5fd25ff3f3
commit
7b54bca3c7
14 changed files with 613 additions and 796 deletions
|
@ -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); }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue