Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/051c67a537d552d3695fd6817fbd76dc0c35af8a
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
2 deletions
@ -274,7 +274,7 @@ namespace Emby.Dlna.Main
Location = uri , // Must point to the URL that serves your devices UPnP description document.
FriendlyName = "Jellyfin" ,
Manufacturer = "Jellyfin" ,
ModelName = "Jellyfin Media Play er",
ModelName = "Jellyfin Serv er",
Uuid = udn
// This must be a globally unique value that survives reboots etc. Get from storage or embedded hardware etc.
} ;
@ -16,7 +16,7 @@ namespace Emby.Dlna.Profiles
Manufacturer = "Jellyfin" ;
ModelDescription = "UPnP/AV 1.0 Compliant Media Server" ;
ModelName = "Jellyfin Media Play er";
ModelName = "Jellyfin Serv er";
ModelNumber = "01" ;
ModelUrl = "https://github.com/jellyfin/jellyfin" ;
ManufacturerUrl = "https://github.com/jellyfin/jellyfin" ;