mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 09:49:31 +02:00
fix clippy errors
This commit is contained in:
parent
d7804386a0
commit
60f6451c2e
2 changed files with 2 additions and 3 deletions
|
@ -1382,7 +1382,6 @@ impl SpircTask {
|
|||
// has_shuffle/repeat seem to always be true in these replace msgs,
|
||||
// but to replicate the behaviour of the Android client we have to
|
||||
// ignore false values.
|
||||
let state = state;
|
||||
if state.repeat() {
|
||||
self.state.set_repeat(true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue