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

Fix an issue causing multiple permissions/preferences objects to be created.

pull/3423/head
Patrick Barron 5 years ago
parent e7b297c67b
commit d27b2481a0

@ -77,8 +77,6 @@ namespace Jellyfin.Data.Entities
Preferences = new HashSet<Preference>();
AccessSchedules = new HashSet<AccessSchedule>();
AddDefaultPermissions();
AddDefaultPreferences();
Init();
}

Loading…
Cancel
Save