fix: Move calculation logic to lib_mpv subtitles

This commit is contained in:
PartyDonut 2025-07-28 21:32:37 +02:00
parent c446210e6a
commit 5fac088e2d
8 changed files with 42 additions and 63 deletions

View file

@ -64,7 +64,7 @@ class LibMDK extends BasePlayer {
null;
@override
Widget? subtitles(bool showOverlay, {double? menuHeight}) => null;
Widget? subtitles(bool showOverlay, {GlobalKey? menuKey}) => null;
@override
Future<void> setVolume(double volume) async {}