Skip to content

Commit

Permalink
Merge pull request #1223 from jrfaller/dev
Browse files Browse the repository at this point in the history
feat: do not stop sink in gapless mode, fix #1213.
  • Loading branch information
roderickvd committed Nov 15, 2023
2 parents 51284d3 + 9541e88 commit 4d60f0c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions playback/src/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1910,10 +1910,6 @@ impl PlayerInternal {
}
}

// We need to load the track - either from scratch or by completing a preload.
// In any case we go into a Loading state to load the track.
self.ensure_sink_stopped(play);

self.send_event(PlayerEvent::Loading {
track_id,
play_request_id,
Expand Down

0 comments on commit 4d60f0c

Please sign in to comment.