mirror of
https://github.com/talwat/lowfi
synced 2024-12-26 03:01:55 +00:00
fix: convert to lowercase so that inflector doesn't hallucinate, again
This commit is contained in:
parent
d1a56403c2
commit
8f805d7119
@ -57,6 +57,7 @@ impl TrackInfo {
|
||||
.unwrap()
|
||||
.strip_suffix(".mp3")
|
||||
.unwrap()
|
||||
.to_lowercase()
|
||||
.to_title_case()
|
||||
// Inflector doesn't like contractions...
|
||||
// Replaces a few very common ones.
|
||||
|
Loading…
Reference in New Issue
Block a user