Update to librespot 0.4.0
Changes: https://github.com/librespot-org/librespot/compare/v0.3.1..v0.4.0
This commit is contained in:
@@ -65,7 +65,7 @@ impl Queue {
|
||||
PlaybackState::Stopped => {
|
||||
spotify.stop();
|
||||
}
|
||||
PlaybackState::Paused | PlaybackState::Default | _ => {
|
||||
PlaybackState::Paused | PlaybackState::Playing | PlaybackState::Default => {
|
||||
spotify.pause();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user