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

42 lines
877 B

8 years ago
{
"version": "1.0.0-*",
"dependencies": {
8 years ago
},
8 years ago
"frameworks": {
8 years ago
"net46": {
"frameworkAssemblies": {
"System.Collections": "4.0.0.0",
"System.Net": "4.0.0.0",
"System.Runtime": "4.0.0.0",
"System.Threading": "4.0.0.0",
"System.Threading.Tasks": "4.0.0.0",
"System.Xml": "4.0.0.0"
},
"dependencies": {
"MediaBrowser.Common": {
"target": "project"
},
"MediaBrowser.Model": {
"target": "project"
}
}
},
"netstandard1.6": {
"imports": "dnxcore50",
"dependencies": {
"NETStandard.Library": "1.6.1",
8 years ago
"MediaBrowser.Common": {
"target": "project"
},
"MediaBrowser.Model": {
"target": "project"
},
"System.Net.NetworkInformation": "4.3.0"
8 years ago
}
}
}
8 years ago
}