mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 02:22:19 +02:00
Update Jellyfin.Server/Program.cs
Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
This commit is contained in:
parent
7915c6ca73
commit
eb09d47ed2
1 changed files with 1 additions and 1 deletions
|
|
@ -528,7 +528,7 @@ namespace Jellyfin.Server
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.LogWarning(ex, "Skia not available. Will fallback to NullImageEncoder.");
|
||||
_logger.LogWarning(ex, $"Skia not available. Will fallback to {nameof(NullImageEncoder)}.");
|
||||
}
|
||||
|
||||
return new NullImageEncoder();
|
||||
|
|
|
|||
Loading…
Reference in a new issue