mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
feat: do not stop sink in gapless mode.
This commit is contained in:
parent
d7804386a0
commit
9541e8820f
1 changed files with 0 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue