Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/f1fa4251a88d4f45492d5dae4d6df960d64a29a7
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
3 additions and
3 deletions
@ -26,7 +26,7 @@ namespace Emby.Server.Implementations.Photos
return items ;
}
protected string CreateImage ( IHasImages item , List < BaseItem > itemsWithImages , string outputPathWithoutExtension , ImageType imageType , int imageIndex )
protected override string CreateImage ( IHasImages item , List < BaseItem > itemsWithImages , string outputPathWithoutExtension , ImageType imageType , int imageIndex )
{
return CreateSingleImage ( itemsWithImages , outputPathWithoutExtension , ImageType . Primary ) ;
}
@ -31,7 +31,7 @@ namespace MediaBrowser.Server.Startup.Common
}
catch ( Exception ex )
{
logger . Error ( "Error loading Skia: {0}. Will revert to ImageMagick." , ex . Message ) ;
logger . Info ( "Error loading Skia: {0}. Will revert to ImageMagick." , ex . Message ) ;
}
try
@ -101,7 +101,7 @@ namespace MediaBrowser.WebDashboard.Api
var parent = _fileSystem . GetDirectoryName ( path ) ;
return string . Equals ( _basePath , parent , StringComparison . OrdinalIgnoreCase ) | |
string . Equals ( Path . Combine ( _basePath , " voic e") , parent , StringComparison . OrdinalIgnoreCase ) ;
string . Equals ( Path . Combine ( _basePath , " offlin e") , parent , StringComparison . OrdinalIgnoreCase ) ;
}
/// <summary>