diff --git a/connect/src/spirc.rs b/connect/src/spirc.rs index be0a8b80..e7880469 100644 --- a/connect/src/spirc.rs +++ b/connect/src/spirc.rs @@ -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); }