diff --git a/internal/player/unified_player_adapter.go b/internal/player/unified_player_adapter.go index 0bd3430..0eed0a9 100644 --- a/internal/player/unified_player_adapter.go +++ b/internal/player/unified_player_adapter.go @@ -4,7 +4,6 @@ import ( "image" "image/color" "sync" - "sync/atomic" "time" "fyne.io/fyne/v2/canvas" @@ -66,7 +65,7 @@ func NewUnifiedPlayerAdapter(path string, width, height int, fps, duration float // Create UnifiedPlayer with proper configuration config := Config{ - Backend: BackendUnified, + Backend: BackendAuto, // Use auto for UnifiedPlayer WindowX: 0, WindowY: 0, WindowWidth: targetW,