Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/150ffb85d6ffdafac3645f71350c5412da37dd36
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
4 additions and
4 deletions
@ -84,7 +84,7 @@ namespace MediaBrowser.Server.Implementations.IO
// This is an arbitraty amount of time, but delay it because file system writes often trigger events long after the file was actually written to.
// Seeing long delays in some situations, especially over the network, sometimes up to 45 seconds
// But if we make this delay too high, we risk missing legitimate changes, such as user adding a new file, or hand-editing metadata
await Task . Delay ( 2 5000) . ConfigureAwait ( false ) ;
await Task . Delay ( 4 5000) . ConfigureAwait ( false ) ;
string val ;
_tempIgnoredPaths . TryRemove ( path , out val ) ;
@ -56,8 +56,8 @@
<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.60 12.15754 , Culture=neutral, processorArchitecture=MSIL">
<HintPath > ..\packages\MediaBrowser.Naming.1.0.0.52 \lib\portable-net45+sl4+wp71+win8+wpa81\MediaBrowser.Naming.dll</HintPath>
<Reference Include= "MediaBrowser.Naming, Version=1.0.60 46.32295 , Culture=neutral, processorArchitecture=MSIL">
<HintPath > ..\packages\MediaBrowser.Naming.1.0.0.53 \lib\portable-net45+sl4+wp71+win8+wpa81\MediaBrowser.Naming.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "MoreLinq" >
@ -4,7 +4,7 @@
<package id="Emby.XmlTv" version="1.0.0.55" targetFramework="net45" />
<package id="ini-parser" version="2.3.0" targetFramework="net45" />
<package id="Interfaces.IO" version="1.0.0.5" targetFramework="net45" />
<package id="MediaBrowser.Naming" version="1.0.0.52 " targetFramework="net45" />
<package id="MediaBrowser.Naming" version="1.0.0.53 " 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" />