mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 21:38:27 +01:00
rework shutdown
This commit is contained in:
@@ -225,7 +225,7 @@ namespace Emby.Drawing
|
||||
return originalImagePath;
|
||||
}
|
||||
|
||||
var quality = options.Quality ?? 90;
|
||||
var quality = options.Quality;
|
||||
|
||||
var outputFormat = GetOutputFormat(options.OutputFormat);
|
||||
var cacheFilePath = GetCacheFilePath(originalImagePath, newSize, quality, dateModified, outputFormat, options.AddPlayedIndicator, options.PercentPlayed, options.UnplayedCount, options.BackgroundColor);
|
||||
|
||||
Reference in New Issue
Block a user