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

update initial user permissions

pull/1154/head
Luke Pulverenti 9 years ago
parent 9b5f7f2495
commit 0b4cffc3db

@ -355,6 +355,7 @@ namespace MediaBrowser.Server.Implementations.Library
users.Add(user);
user.Policy.IsAdministrator = true;
user.Policy.EnableContentDeletion = true;
user.Policy.EnableRemoteControlOfOtherUsers = true;
await UpdateUserPolicy(user, user.Policy, false).ConfigureAwait(false);
}

Loading…
Cancel
Save