From 7c404ba2ea7e8422df7cb7d9837aae223f6f4727 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Tue, 16 Jan 2024 19:14:16 +0900 Subject: [PATCH] chore(song-info): fix typo --- src/providers/song-info.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {