mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
fix image caching being too aggressive
This commit is contained in:
@@ -52,8 +52,7 @@ namespace MediaBrowser.Controller.Drawing
|
||||
|
||||
public bool HasDefaultOptionsWithoutSize()
|
||||
{
|
||||
return !CropWhiteSpace &&
|
||||
(!Quality.HasValue || Quality.Value == 100) &&
|
||||
return (!Quality.HasValue || Quality.Value == 100) &&
|
||||
IsOutputFormatDefault &&
|
||||
!AddPlayedIndicator &&
|
||||
!PercentPlayed.HasValue &&
|
||||
|
||||
Reference in New Issue
Block a user