mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-14 09:46:01 -07:00
chore: Update MPV package to latest version (#165)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
da354437e3
commit
a518ae457e
28 changed files with 209 additions and 133 deletions
|
|
@ -78,7 +78,7 @@ class MediaControlsWrapper extends BaseAudioHandler {
|
|||
|
||||
Future<void> setup(BasePlayer newPlayer) async {
|
||||
_player = newPlayer;
|
||||
await newPlayer.init(ref);
|
||||
await newPlayer.init(ref.read(videoPlayerSettingsProvider));
|
||||
_initPlayer();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue