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

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