fix: convert to lowercase so that inflector doesn't hallucinate, again

This commit is contained in:
talwat 2024-10-06 00:46:03 +02:00
parent d1a56403c2
commit 8f805d7119

View File

@ -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.