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

Merge pull request from cvium/fix_disposed_context

Fix disposed database context
pull/3557/head
dkanada 5 years ago committed by GitHub
commit 50dcc11430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -96,7 +96,7 @@ namespace Jellyfin.Server.Implementations.Users
.Include(user => user.Preferences)
.Include(user => user.AccessSchedules)
.Include(user => user.ProfileImage)
.AsEnumerable();
.ToList();
}
}

Loading…
Cancel
Save