diff --git a/src/providers/song-info.ts b/src/providers/song-info.ts index 82fb6223..f17e0f0e 100644 --- a/src/providers/song-info.ts +++ b/src/providers/song-info.ts @@ -138,7 +138,7 @@ const suffixesToRemove = [ ' - topic', 'vevo', ' (performance video)', - ' (clip officiel)', + ' (clip official)', ]; export function cleanupName(name: string): string {