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

actually disable DLNA...

pull/7868/head
cvium 3 years ago
parent b4954985be
commit 007856e61a

@ -13,7 +13,7 @@ namespace Emby.Dlna.Configuration
public DlnaOptions()
{
EnablePlayTo = true;
EnableServer = true;
EnableServer = false;
BlastAliveMessages = true;
SendOnlyMatchedHost = true;
ClientDiscoveryIntervalSeconds = 60;

Loading…
Cancel
Save