Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/bc366bf2ec1a61db70991be0f533035680f4428e
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
7 additions and
6 deletions
@ -36,8 +36,9 @@
<Reference Include= "ProtobufModelSerializer" >
<HintPath > ..\MediaBrowser.Model\bin\ProtobufModelSerializer.dll</HintPath>
</Reference>
<Reference Include= "ServiceStack.Text" >
<HintPath > ..\packages\ServiceStack.Text.3.9.5\lib\net35\ServiceStack.Text.dll</HintPath>
<Reference Include= "ServiceStack.Text, Version=3.9.9.0, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\ServiceStack.Text.3.9.9\lib\net35\ServiceStack.Text.dll</HintPath>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Core" />
@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ServiceStack.Text" version="3.9.5 " targetFramework="net45" />
<package id="ServiceStack.Text" version="3.9.9 " targetFramework="net45" />
</packages>
@ -45,9 +45,9 @@
<Reference Include= "ProtobufModelSerializer" >
<HintPath > ..\MediaBrowser.Model\bin\ProtobufModelSerializer.dll</HintPath>
</Reference>
<Reference Include= "ServiceStack.Text, Version=3.9. 5 .0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include= "ServiceStack.Text, Version=3.9. 9 .0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\ServiceStack.Text.3.9.5 \lib\net35\ServiceStack.Text.dll</HintPath>
<HintPath > ..\packages\ServiceStack.Text.3.9.9 \lib\net35\ServiceStack.Text.dll</HintPath>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.ComponentModel.Composition" />
@ -4,5 +4,5 @@
<package id="Rx-Core" version="2.0.20823" targetFramework="net45" />
<package id="Rx-Interfaces" version="2.0.20823" targetFramework="net45" />
<package id="Rx-Linq" version="2.0.20823" targetFramework="net45" />
<package id="ServiceStack.Text" version="3.9.5 " targetFramework="net45" />
<package id="ServiceStack.Text" version="3.9.9 " targetFramework="net45" />
</packages>