Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/8b545fea51eb68c952e928e675c375a984f8ebf0
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
3 additions and
3 deletions
@ -48,9 +48,9 @@
<Reference Include= "Interfaces.IO" >
<HintPath > ..\packages\Interfaces.IO.1.0.0.5\lib\portable-net45+sl4+wp71+win8+wpa81\Interfaces.IO.dll</HintPath>
</Reference>
<Reference Include= "MediaBrowser.Naming, Version=1.0.58 18.23111 , Culture=neutral, processorArchitecture=MSIL">
<Reference Include= "MediaBrowser.Naming, Version=1.0.58 64.41123 , Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\MediaBrowser.Naming.1.0.0.41 \lib\portable-net45+sl4+wp71+win8+wpa81\MediaBrowser.Naming.dll</HintPath>
<HintPath > ..\packages\MediaBrowser.Naming.1.0.0.42 \lib\portable-net45+sl4+wp71+win8+wpa81\MediaBrowser.Naming.dll</HintPath>
</Reference>
<Reference Include= "MoreLinq" >
<HintPath > ..\packages\morelinq.1.4.0\lib\net35\MoreLinq.dll</HintPath>
@ -2,7 +2,7 @@
<packages>
<package id="CommonIO" version="1.0.0.7" targetFramework="net45" />
<package id="Interfaces.IO" version="1.0.0.5" targetFramework="net45" />
<package id="MediaBrowser.Naming" version="1.0.0.41 " targetFramework="net45" />
<package id="MediaBrowser.Naming" version="1.0.0.42 " targetFramework="net45" />
<package id="Mono.Nat" version="1.2.24.0" targetFramework="net45" />
<package id="morelinq" version="1.4.0" targetFramework="net45" />
<package id="Patterns.Logging" version="1.0.0.2" targetFramework="net45" />