Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/421aa2dc5f68b25e4231d599beef5117affc4849
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
3 additions and
3 deletions
@ -61,9 +61,9 @@
<Reference Include= "ServiceStack.Api.Swagger" >
<HintPath > ..\ThirdParty\ServiceStack\ServiceStack.Api.Swagger.dll</HintPath>
</Reference>
<Reference Include= "SocketHttpListener, Version=1.0.5 754.42244 , Culture=neutral, processorArchitecture=MSIL">
<Reference Include= "SocketHttpListener, Version=1.0.5 839.24616 , Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\SocketHttpListener.1.0.0.10 \lib\net45\SocketHttpListener.dll</HintPath>
<HintPath > ..\packages\SocketHttpListener.1.0.0.22 \lib\net45\SocketHttpListener.dll</HintPath>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Core" />
@ -6,5 +6,5 @@
<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" />
<package id="SocketHttpListener" version="1.0.0.10 " targetFramework="net45" />
<package id="SocketHttpListener" version="1.0.0.22 " targetFramework="net45" />
</packages>