Adds TODO
This commit is contained in:
parent
7be9f25cb3
commit
ae876915b4
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ pub fn store_song(
|
|||
' ' | '_' | '-' | '\'' => false,
|
||||
_ => true,
|
||||
});
|
||||
// TODO merge inconsistent diacritic usage
|
||||
match cleaned.is_empty() {
|
||||
true => None,
|
||||
false => Some(
|
||||
|
|
Loading…
Add table
Reference in a new issue