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

Merge pull request from sparky8251/better-hidden-defaults

Hide new users from public API by default
pull/1788/head
Vasily 6 years ago committed by GitHub
commit a7358171cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -79,6 +79,8 @@ namespace MediaBrowser.Model.Users
public UserPolicy()
{
IsHidden = true;
EnableContentDeletion = false;
EnableContentDeletionFromFolders = Array.Empty<string>();

Loading…
Cancel
Save