Skip to content

Commit

Permalink
feat(handle_candidate): Shorten and reorder track number indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Oct 6, 2024
1 parent 7bceb6f commit c877c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/ui/handle_candidate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ pub fn show_candidate<B: ReleaseLike, C: ReleaseLike>(
};

let changes = [
(!track_similarity.is_track_number_equal()).then_some("#"),
(!track_similarity.is_track_title_equal()).then_some("title"),
(!track_similarity.is_track_number_equal()).then_some("number"),
(!track_similarity.is_track_length_equal()).then_some("length"),
]
.into_iter()
Expand Down

0 comments on commit c877c2a

Please sign in to comment.