No redundant_locals

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2023-11-14 23:52:23 +01:00
parent 88c8babdf1
commit 3bec1eab0e
No known key found for this signature in database

View file

@ -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);
}