Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/e8d1623e9660a47a30d7e0c52b370342b2704231 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Default Plex Media Server "Update Library" to true

pull/2/head
Mark McDowall 9 years ago
parent 3bc6bf9e99
commit e8d1623e96

@ -22,6 +22,7 @@ namespace NzbDrone.Core.Notifications.Plex
public PlexServerSettings()
{
Port = 32400;
UpdateLibrary = true;
}
[FieldDefinition(0, Label = "Host")]

Loading…
Cancel
Save