diff --git a/Swiftfin/Views/VideoPlayer/VLCPlayerViewController.swift b/Swiftfin/Views/VideoPlayer/VLCPlayerViewController.swift index ca36f1df..233285c1 100644 --- a/Swiftfin/Views/VideoPlayer/VLCPlayerViewController.swift +++ b/Swiftfin/Views/VideoPlayer/VLCPlayerViewController.swift @@ -97,6 +97,7 @@ class VLCPlayerViewController: UIViewController { setupConstraints() view.backgroundColor = .black + view.accessibilityIgnoresInvertColors = true setupMediaPlayer(newViewModel: viewModel)