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

17 lines
363 B

{
"frameworks":{
"netstandard1.6":{
"dependencies":{
"NETStandard.Library":"1.6.0",
}
},
".NETPortable,Version=v4.5,Profile=Profile7":{
"buildOptions": {
"define": [ ]
},
"frameworkAssemblies":{
}
}
}
}