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

Fixed typo in Deluge default TvCategory.

pull/3113/head
Taloth Saldono 10 years ago
parent 5f46f7e9f2
commit 96b7847471

@ -26,7 +26,7 @@ namespace NzbDrone.Core.Download.Clients.Deluge
Host = "localhost";
Port = 8112;
Password = "deluge";
TvCategory = "tv-sonnar";
TvCategory = "tv-sonarr";
}
[FieldDefinition(0, Label = "Host", Type = FieldType.Textbox)]

Loading…
Cancel
Save