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

Merge pull request from cvium/disable_auto_add_collection

(cherry picked from commit 8119e4a573)
Signed-off-by: crobibero <cody@robibe.ro>
pull/7788/head
Joshua M. Boniface 3 years ago committed by crobibero
parent cd5610ecc3
commit 1b020b8abb

@ -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