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/66a844e6399f1d79be8e10ea098ba6768e0d123b/DvdLib/project.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/DvdLib/project.json

17 lines
363 B

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