Renamed variable

This commit is contained in:
PartyDonut 2025-07-28 22:00:21 +02:00
parent 2f83f03442
commit 0bdf123d15
5 changed files with 10 additions and 10 deletions

View file

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