mirror of
https://github.com/figsoda/mmtc
synced 2025-02-16 21:38:38 +00:00
cargo fmt
This commit is contained in:
parent
04efb34237
commit
a1e07eb0df
1 changed files with 3 additions and 2 deletions
|
@ -509,8 +509,9 @@ fn eval_cond(cond: &Condition, s: &ConditionState) -> bool {
|
|||
Condition::ArtistExist => matches!(
|
||||
s.current_track,
|
||||
Some(Track {
|
||||
artist: Some(_), ..
|
||||
}),
|
||||
artist: Some(_),
|
||||
..
|
||||
})
|
||||
),
|
||||
Condition::AlbumExist => matches!(s.current_track, Some(Track { album: Some(_), .. })),
|
||||
Condition::QueueCurrent => s.queue_current,
|
||||
|
|
Loading…
Add table
Reference in a new issue