Server side for custom naming is complete

This commit is contained in:
Mark McDowall 2013-11-06 17:48:51 -08:00
parent 5fd25ff3f3
commit 7b54bca3c7
14 changed files with 613 additions and 796 deletions

View file

@ -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); }
}