chore(song-info): fix typo

This commit is contained in:
JellyBrick
2024-01-16 19:14:16 +09:00
parent 96d2a72bfa
commit 7c404ba2ea

View File

@ -138,7 +138,7 @@ const suffixesToRemove = [
' - topic', ' - topic',
'vevo', 'vevo',
' (performance video)', ' (performance video)',
' (clip officiel)', ' (clip official)',
]; ];
export function cleanupName(name: string): string { export function cleanupName(name: string): string {