Skip to content

Commit

Permalink
Fix issue ryanheise#594 by force starting proxy on load
Browse files Browse the repository at this point in the history
  • Loading branch information
AmmarZY committed Jun 22, 2024
1 parent 74f5521 commit 4693638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions just_audio/lib/just_audio.dart
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,7 @@ class AudioPlayer {
checkInterruption();
source._shuffle(initialIndex: initialSeekValues?.index ?? 0);
_broadcastSequence();
_proxy.start();
_durationFuture = platform
.load(LoadRequest(
audioSourceMessage: source._toMessage(),
Expand Down

0 comments on commit 4693638

Please sign in to comment.