Explorar o código

address merge conflict

Konstantin Seiler %!s(int64=5) %!d(string=hai) anos
pai
achega
d4d55254b0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {