diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-07-13 17:44:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-13 17:44:06 -0700 |
| commit | 6ebfe2a3bddafb452cd01caf5c7c92f9af49d175 (patch) | |
| tree | 16ddd1c4a4ffc9440cee92b28574996e371870b8 | |
| parent | a1ea0961f5686fa17cb618d0c69789221154850f (diff) | |
fix: iconic by mistake artist
| -rw-r--r-- | server/data/mvs.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/data/mvs.ts b/server/data/mvs.ts index 04f07e5..d96a168 100644 --- a/server/data/mvs.ts +++ b/server/data/mvs.ts @@ -121,7 +121,7 @@ export const songs = [ { artist: "ILLIT", name: "It’s Me", youtubeId: "bMhDJ0S0OBA" }, { artist: "ILLIT", name: "jellyous", youtubeId: "GkG60kISnfc" }, { artist: "ILLIT", name: "NOT CUTE ANYMORE", youtubeId: "x_RYZsOfpKY" }, -{ artist: "ILLIT", name: "ICONIC BY MISTAKE", youtubeId: "27C4pfRsf9g" }, +{ artist: "ILLIT; LE SSERAFIM; KATSEYE", name: "ICONIC BY MISTAKE", youtubeId: "27C4pfRsf9g" }, { artist: "ILLIT", name: "Cherish (My Love)", youtubeId: "tbDGl7jEazA" }, { artist: "ILLIT", name: "Sunday Morning", youtubeId: "-01oDwXKSuE" }, { artist: "ILLIT", name: "Almond Chocolate", youtubeId: "qlgEadao-Sk" }, |
