Skip to content

Commit

Permalink
Adds TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
agersant committed Sep 8, 2024
1 parent 7be9f25 commit ae87691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/index/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ pub fn store_song(
' ' | '_' | '-' | '\'' => false,
_ => true,
});
// TODO merge inconsistent diacritic usage
match cleaned.is_empty() {
true => None,
false => Some(
Expand Down

0 comments on commit ae87691

Please sign in to comment.