mirror of
https://github.com/jellyfin/Swiftfin.git
synced 2025-03-04 13:07:19 +00:00
Avoid inverting the colors in the video player when using smart Invert
This commit is contained in:
parent
be0e3c5097
commit
a6b77ddf0e
@ -97,6 +97,7 @@ class VLCPlayerViewController: UIViewController {
|
||||
setupConstraints()
|
||||
|
||||
view.backgroundColor = .black
|
||||
view.accessibilityIgnoresInvertColors = true
|
||||
|
||||
setupMediaPlayer(newViewModel: viewModel)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user