瀏覽代碼

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 {