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

@ -40,7 +40,7 @@ class MediaControlsWrapper extends BaseAudioHandler {
PlayerState? get lastState => _player?.lastState;
Widget? subtitleWidget(bool showOverlay, {GlobalKey? controlsKey}) =>
_player?.subtitles(showOverlay, menuKey: controlsKey);
_player?.subtitles(showOverlay, controlsKey: controlsKey);
Widget? videoWidget(Key key, BoxFit fit) => _player?.videoWidget(key, fit);
final Ref ref;