mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
No redundant_locals
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
88c8babdf1
commit
3bec1eab0e
1 changed files with 0 additions and 1 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…
Reference in a new issue