fix: broken imports

This commit is contained in:
edde746
2026-02-26 14:57:37 +01:00
parent 4588457319
commit 7472e3a2f7
3 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import 'package:flutter/services.dart';
import '../models.dart';
import 'player_base.dart';
import '../../models.dart';
import '../player_base.dart';
/// Android implementation of [Player] using ExoPlayer.
/// Provides hardware-accelerated playback with ASS subtitle support via libass-android.