fix(apple): use platform-specific mpv rendering

This commit is contained in:
edde746
2026-05-10 13:33:02 +02:00
parent 6f273b0aa8
commit bfb6aa01b9
12 changed files with 271 additions and 149 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class AmbientLightingService {
AmbientLightingService(this._player);
bool get isEnabled => _enabled;
bool get isSupported => _player.playerType == 'mpv' && !Platform.isIOS && !Platform.isMacOS;
bool get isSupported => _player.playerType == 'mpv' && !Platform.isIOS;
/// Enable ambient lighting effect.
///