mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Merge pull request #1223 from jrfaller/dev
feat: do not stop sink in gapless mode, fix #1213.
This commit is contained in:
commit
4d60f0cf67
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 {
|
self.send_event(PlayerEvent::Loading {
|
||||||
track_id,
|
track_id,
|
||||||
play_request_id,
|
play_request_id,
|
||||||
|
|
Loading…
Reference in a new issue