mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
address merge conflict
This commit is contained in:
parent
667e559340
commit
d4d55254b0
1 changed files with 1 additions and 1 deletions
|
@ -1103,7 +1103,7 @@ impl PlayerInternal {
|
||||||
position_ms: u32,
|
position_ms: u32,
|
||||||
) {
|
) {
|
||||||
if !self.config.gapless {
|
if !self.config.gapless {
|
||||||
self.ensure_sink_stopped();
|
self.ensure_sink_stopped(play);
|
||||||
}
|
}
|
||||||
// emit the correct player event
|
// emit the correct player event
|
||||||
match self.state {
|
match self.state {
|
||||||
|
|
Loading…
Reference in a new issue