Fix grayscale images preference not applying to gifvs

This commit is contained in:
Shadowfacts 2024-03-20 11:54:47 -04:00
parent d36e0ad27d
commit 072bb0daf0
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class GifvController {
init(asset: AVAsset) {
self.asset = asset
self.item = AVPlayerItem(asset: asset)
self.item = GifvController.createItem(asset: asset)
self.player = AVPlayer(playerItem: item)
self.isGrayscale = Preferences.shared.grayscaleImages