mirror of
https://github.com/talwat/lowfi
synced 2024-12-26 03:01:55 +00:00
fix: update contractions
This commit is contained in:
parent
f79390b574
commit
d1a56403c2
@ -65,8 +65,11 @@ impl TrackInfo {
|
||||
.replace(" T ", "'t ")
|
||||
.replace(" D ", "'d ")
|
||||
.replace(" Ve ", "'ve ")
|
||||
.replace(" Ll ", "'ll ")
|
||||
.replace(" Re ", "'re ")
|
||||
.replace(" M ", "'m ");
|
||||
|
||||
// This is incremented for each digit in front of the song name.
|
||||
let mut skip = 0;
|
||||
|
||||
// SAFETY: All of the track names originate with the `'static` lifetime,
|
||||
|
Loading…
Reference in New Issue
Block a user