mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Fixed season folder format not changing
This commit is contained in:
parent
e6e842c218
commit
2e8311bdd0
1 changed files with 2 additions and 4 deletions
|
@ -132,8 +132,8 @@ namespace NzbDrone.Core.Configuration
|
||||||
|
|
||||||
public string SeasonFolderFormat
|
public string SeasonFolderFormat
|
||||||
{
|
{
|
||||||
get { return GetValue("Sorting_SeasonFolderFormat", "Season %s"); }
|
get { return GetValue("SeasonFolderFormat", "Season %s"); }
|
||||||
set { SetValue("Sorting_SeasonFolderFormat", value); }
|
set { SetValue("SeasonFolderFormat", value); }
|
||||||
}
|
}
|
||||||
|
|
||||||
public string UpdateUrl
|
public string UpdateUrl
|
||||||
|
@ -351,8 +351,6 @@ namespace NzbDrone.Core.Configuration
|
||||||
SetValue(key, value.ToString().ToLower());
|
SetValue(key, value.ToString().ToLower());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
private void EnsureCache()
|
private void EnsureCache()
|
||||||
{
|
{
|
||||||
lock (_cache)
|
lock (_cache)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue