Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/15fe71db5382dd69c0accda22d310294a261e285?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
4 additions and
4 deletions
@ -121,7 +121,7 @@ namespace MediaBrowser.Providers.Folders
}
}
if ( string . Equals ( viewType , CollectionType . BoxSets , StringComparison . OrdinalIgnoreCase ) )
if ( string . Equals ( viewType , CollectionType . BoxSets , StringComparison . OrdinalIgnoreCase ) )
{
{
return urlPrefix + "collections.jpg" ;
//return urlPrefix + "collections.jpg" ;
}
}
if ( string . IsNullOrWhiteSpace ( viewType ) )
if ( string . IsNullOrWhiteSpace ( viewType ) )
{
{
@ -65,9 +65,9 @@
<Reference Include= "ServiceStack.Api.Swagger" >
<Reference Include= "ServiceStack.Api.Swagger" >
<HintPath > ..\ThirdParty\ServiceStack\ServiceStack.Api.Swagger.dll</HintPath>
<HintPath > ..\ThirdParty\ServiceStack\ServiceStack.Api.Swagger.dll</HintPath>
</Reference>
</Reference>
<Reference Include= "SocketHttpListener, Version=1.0.5900. 23749 , Culture=neutral, processorArchitecture=MSIL">
<Reference Include= "SocketHttpListener, Version=1.0.5900. 37035 , Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion > False</SpecificVersion>
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\SocketHttpListener.1.0.0.26 \lib\net45\SocketHttpListener.dll</HintPath>
<HintPath > ..\packages\SocketHttpListener.1.0.0.27 \lib\net45\SocketHttpListener.dll</HintPath>
</Reference>
</Reference>
<Reference Include= "System" />
<Reference Include= "System" />
<Reference Include= "System.Core" />
<Reference Include= "System.Core" />
@ -7,5 +7,5 @@
<package id="Mono.Nat" version="1.2.24.0" targetFramework="net45" />
<package id="Mono.Nat" version="1.2.24.0" targetFramework="net45" />
<package id="morelinq" version="1.4.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="Patterns.Logging" version="1.0.0.2" targetFramework="net45" />
<package id="SocketHttpListener" version="1.0.0.26 " targetFramework="net45" />
<package id="SocketHttpListener" version="1.0.0.27 " targetFramework="net45" />
</packages>
</packages>