Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/2e8311bdd021a3292690192d5a6cc2fb1dd6bc13?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed season folder format not changing

pull/2/head
Mark McDowall 12 years ago
parent e6e842c218
commit 2e8311bdd0

@ -132,8 +132,8 @@ namespace NzbDrone.Core.Configuration
public string SeasonFolderFormat
{
get { return GetValue("Sorting_SeasonFolderFormat", "Season %s"); }
set { SetValue("Sorting_SeasonFolderFormat", value); }
get { return GetValue("SeasonFolderFormat", "Season %s"); }
set { SetValue("SeasonFolderFormat", value); }
}
public string UpdateUrl
@ -351,8 +351,6 @@ namespace NzbDrone.Core.Configuration
SetValue(key, value.ToString().ToLower());
}
private void EnsureCache()
{
lock (_cache)

Loading…
Cancel
Save