Skip to content

Commit 9541e88

Browse files
committed
feat: do not stop sink in gapless mode.
1 parent d780438 commit 9541e88

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

playback/src/player.rs

-4
Original file line numberDiff line numberDiff line change
@@ -1910,10 +1910,6 @@ impl PlayerInternal {
19101910
}
19111911
}
19121912

1913-
// We need to load the track - either from scratch or by completing a preload.
1914-
// In any case we go into a Loading state to load the track.
1915-
self.ensure_sink_stopped(play);
1916-
19171913
self.send_event(PlayerEvent::Loading {
19181914
track_id,
19191915
play_request_id,

0 commit comments

Comments
 (0)