This commit is contained in:
figsoda 2020-10-30 21:41:55 -04:00
parent 62376aaf90
commit 1f7f7e483e

View file

@ -260,7 +260,9 @@ fn flatten(
artist: Some(_), .. artist: Some(_), ..
}), }),
), ),
Condition::AlbumExist => matches!(queue_track, Some(Track { album: Some(_), .. })), Condition::AlbumExist => {
matches!(current_track, Some(Track { album: Some(_), .. }))
}
} { } {
yes yes
} else { } else {