feat: do not stop sink in gapless mode.

This commit is contained in:
Jean-Rémy Falleri 2023-11-15 08:53:53 +01:00
parent d7804386a0
commit 9541e8820f

View file

@ -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,