Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/372fbd30f66c72852950f8e4b5fc22da24bb0627
You should set ROOT_URL correctly, otherwise the web may not work correctly.
5 changed files with
8 additions and
7 deletions
@ -309,8 +309,8 @@
<HintPath > ..\packages\Emby.XmlTv.1.0.2\lib\portable-net45+win8\Emby.XmlTv.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "MediaBrowser.Naming, Version=1.0.61 59.25070 , Culture=neutral, processorArchitecture=MSIL">
<HintPath > ..\packages\MediaBrowser.Naming.1.0.2 \lib\portable-net45+win8\MediaBrowser.Naming.dll</HintPath>
<Reference Include= "MediaBrowser.Naming, Version=1.0.61 78.4191 , Culture=neutral, processorArchitecture=MSIL">
<HintPath > ..\packages\MediaBrowser.Naming.1.0.3 \lib\portable-net45+win8\MediaBrowser.Naming.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Emby.XmlTv" version="1.0.2" targetFramework="portable45-net45+win8" />
<package id="MediaBrowser.Naming" version="1.0.2 " targetFramework="portable45-net45+win8" />
<package id="MediaBrowser.Naming" version="1.0.3 " targetFramework="portable45-net45+win8" />
<package id="SQLitePCL.pretty" version="1.1.0" targetFramework="portable45-net45+win8" />
<package id="SQLitePCLRaw.core" version="1.1.1-pre20161109081005" targetFramework="portable45-net45+win8" />
<package id="UniversalDetector" version="1.0.1" targetFramework="portable45-net45+win8" />
@ -61,7 +61,8 @@ namespace MediaBrowser.Model.Dlna
private static double GetVideoBitrateScaleFactor ( string codec )
{
if ( StringHelper . EqualsIgnoreCase ( codec , "h265" ) | |
StringHelper . EqualsIgnoreCase ( codec , "hevc" ) )
StringHelper . EqualsIgnoreCase ( codec , "hevc" ) | |
StringHelper . EqualsIgnoreCase ( codec , "vp9" ) )
{
return . 5 ;
}
@ -41,8 +41,8 @@
<HintPath > ..\packages\ini-parser.2.3.0\lib\net20\INIFileParser.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Microsoft.IO.RecyclableMemoryStream, Version=1. 1 .0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath > ..\packages\Microsoft.IO.RecyclableMemoryStream.1.1.0 .0\lib\net45\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>
<Reference Include= "Microsoft.IO.RecyclableMemoryStream, Version=1. 2 .0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath > ..\packages\Microsoft.IO.RecyclableMemoryStream.1.2 .0\lib\net45\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System" />
@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ini-parser" version="2.3.0" targetFramework="net46" />
<package id="Microsoft.IO.RecyclableMemoryStream" version="1.1.0 .0" targetFramework="net46" />
<package id="Microsoft.IO.RecyclableMemoryStream" version="1.2 .0" targetFramework="net46" />
</packages>