Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/ed3c06f0ca08b3f73f7a2555a0d83d804c0764ea
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
5 additions and
0 deletions
@ -378,6 +378,7 @@ namespace MediaBrowser.Server.Implementations.Localization
new LocalizatonOption { Name = "Greek" , Value = "el" } ,
new LocalizatonOption { Name = "Hebrew" , Value = "he" } ,
new LocalizatonOption { Name = "Hungarian" , Value = "hu" } ,
new LocalizatonOption { Name = "Indonesian" , Value = "id" } ,
new LocalizatonOption { Name = "Italian" , Value = "it" } ,
new LocalizatonOption { Name = "Kazakh" , Value = "kk" } ,
new LocalizatonOption { Name = "Norwegian Bokmål" , Value = "nb" } ,
@ -408,6 +408,7 @@
<EmbeddedResource Include= "Localization\Core\zh-TW.json" />
<EmbeddedResource Include= "Localization\Core\zh-HK.json" />
<EmbeddedResource Include= "Localization\Core\hu.json" />
<EmbeddedResource Include= "Localization\Core\id.json" />
<None Include= "packages.config" />
</ItemGroup>
<ItemGroup >
@ -2473,6 +2473,9 @@
<None Include= "dashboard-ui\strings\html\hu.json" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
<None Include= "dashboard-ui\strings\html\id.json" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
<None Include= "dashboard-ui\strings\html\zh-HK.json" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>