Merge pull request #1223 from jrfaller/dev

feat: do not stop sink in gapless mode, fix #1213.
This commit is contained in:
Roderick van Domburg 2023-11-15 20:37:47 +01:00 committed by GitHub
commit 4d60f0cf67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,