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

Change default value for allow duplicates in playlist option to False

pull/4118/head
Segi Hovav 5 years ago
parent 18fe328979
commit 73bff9da9d

@ -18,7 +18,7 @@ namespace Emby.Server.Implementations
{ DefaultRedirectKey, "web/index.html" },
{ FfmpegProbeSizeKey, "1G" },
{ FfmpegAnalyzeDurationKey, "200M" },
{ PlaylistsAllowDuplicatesKey, bool.TrueString },
{ PlaylistsAllowDuplicatesKey, bool.FalseString },
{ BindToUnixSocketKey, bool.FalseString }
};
}

Loading…
Cancel
Save