Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/ae20776db3a5e8eba3a0ba5c4ce5c4de81593412
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
15 additions and
7 deletions
@ -1,9 +1,9 @@
{
/ / U s e I n t e l l i S e n s e t o f i n d o u t w h i c h a t t r i b u t e s e x i s t f o r C # d e b u g g i n g
/ / U s e h o v e r f o r t h e d e s c r i p t i o n o f t h e e x i s t i n g a t t r i b u t e s
/ / F o r f u r t h e r i n f o r m a t i o n v i s i t h t t p s : / / g i t h u b . c o m / O m n i S h a r p / o m n i s h a r p - v s c o d e / b l o b / m a s t e r / d e b u g g e r - l a u n c h j s o n . m d
"version" : "0.2.0" ,
"configurations" : [
/ / U s e I n t e l l i S e n s e t o f i n d o u t w h i c h a t t r i b u t e s e x i s t f o r C # d e b u g g i n g
/ / U s e h o v e r f o r t h e d e s c r i p t i o n o f t h e e x i s t i n g a t t r i b u t e s
/ / F o r f u r t h e r i n f o r m a t i o n v i s i t h t t p s : / / g i t h u b . c o m / O m n i S h a r p / o m n i s h a r p - v s c o d e / b l o b / m a s t e r / d e b u g g e r - l a u n c h j s o n . m d
"version" : "0.2.0" ,
"configurations" : [
{
"name" : ".NET Core Launch (console)" ,
"type" : "coreclr" ,
@ -24,5 +24,8 @@
"request" : "attach" ,
"processId" : "${command:pickProcess}"
}
, ]
] ,
"env" : {
"DOTNET_CLI_TELEMETRY_OPTOUT" : "1"
}
}
@ -21,5 +21,10 @@
] ,
"problemMatcher" : "$msCompile"
}
]
] ,
"options" : {
"env" : {
"DOTNET_CLI_TELEMETRY_OPTOUT" : "1"
}
}
}