Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/src/commit/6f6aa075d820f4d82009917b11d51344ac87f882/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":{
}
}
}
}