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

Merge pull request from cvium/disable_auto_add_collection

pull/7712/head^2
Joshua M. Boniface 3 years ago committed by GitHub
commit 8119e4a573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ namespace MediaBrowser.Model.Configuration
RequirePerfectSubtitleMatch = true;
AllowEmbeddedSubtitles = EmbeddedSubtitleOptions.AllowAll;
AutomaticallyAddToCollection = true;
AutomaticallyAddToCollection = false;
EnablePhotos = true;
SaveSubtitlesWithMedia = true;
EnableRealtimeMonitor = true;

Loading…
Cancel
Save