소스 검색

address merge conflict

Konstantin Seiler 5 년 전
부모
커밋
d4d55254b0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      playback/src/player.rs

+ 1 - 1
playback/src/player.rs

@@ -1103,7 +1103,7 @@ impl PlayerInternal {
         position_ms: u32,
     ) {
         if !self.config.gapless {
-            self.ensure_sink_stopped();
+            self.ensure_sink_stopped(play);
         }
         // emit the correct player event
         match self.state {