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

Fix indentation

pull/6475/head
Cody Robibero 4 years ago
parent 8e498b01e7
commit 611c20dba8

@ -92,9 +92,9 @@ namespace Emby.Server.Implementations.Library.Validators
_libraryManager.DeleteItem(
item,
new DeleteOptions
{
DeleteFileLocation = false
},
{
DeleteFileLocation = false
},
false);
}

Loading…
Cancel
Save