Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/74199a889fe9c216fae001d22839b25970dbf2df
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
14 additions and
0 deletions
@ -8,6 +8,7 @@ using MediaBrowser.Common.Net;
using MediaBrowser.Controller.Drawing ;
using MediaBrowser.Model.IO ;
using MediaBrowser.Model.Logging ;
using Emby.Drawing.Skia ;
namespace MediaBrowser.Server.Startup.Common
{
@ -22,6 +23,15 @@ namespace MediaBrowser.Server.Startup.Common
{
if ( ! startupOptions . ContainsOption ( "-enablegdi" ) )
{
//try
//{
// return new SkiaEncoder(logManager.GetLogger("Skia"), appPaths, httpClient, fileSystem);
//}
//catch
//{
// logger.Error("Error loading Skia. Will revert to ImageMagick.");
//}
try
{
return new ImageMagickEncoder ( logManager . GetLogger ( "ImageMagick" ) , appPaths , httpClient , fileSystem ) ;
@ -114,6 +114,10 @@
<Project > {6cfee013-6e7c-432b-ac37-cabf0880c69a}</Project>
<Name > Emby.Drawing.ImageMagick</Name>
</ProjectReference>
<ProjectReference Include= "..\Emby.Drawing.Skia\Emby.Drawing.Skia.csproj" >
<Project > {2312da6d-ff86-4597-9777-bceec32d96dd}</Project>
<Name > Emby.Drawing.Skia</Name>
</ProjectReference>
<ProjectReference Include= "..\Emby.Drawing\Emby.Drawing.csproj" >
<Project > {08fff49b-f175-4807-a2b5-73b0ebd9f716}</Project>
<Name > Emby.Drawing</Name>