diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2026-06-25 17:13:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-25 17:13:29 -0700 |
| commit | f0d71ed632566ff8c9d12bf13029f67783f127e1 (patch) | |
| tree | 63f8336b74a9b7958c718a4b89b3e62ae6b0a33e | |
| parent | 8f02f5ef567e188c4786a2da9c2f7c85d775214d (diff) | |
fix miramira romanization
| -rw-r--r-- | server/data/songs.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/data/songs.ts b/server/data/songs.ts index 1285f75..06d1e90 100644 --- a/server/data/songs.ts +++ b/server/data/songs.ts @@ -427,7 +427,7 @@ export const songs = [ { artist: "MIYEON", name: "Say My Name", youtubeId: "6uhEv8-fHqw" }, { artist: "NiziU", name: "HEARTRIS", youtubeId: "pL7xJVTtaiI" }, { artist: "IVE", name: "DARE ME", youtubeId: "VIgjbMKOkHA" }, -{ artist: "YENA", name: "ミラミラ", youtubeId: "j-EGSdDOdtI" }, +{ artist: "YENA", name: "Mira Mira", youtubeId: "j-EGSdDOdtI" }, { artist: "IVE", name: "HOT COFFEE", youtubeId: "X-IenagFlbg" }, { artist: "QWER", name: "D-Day", youtubeId: "YCaTtV9zu6A" }, { artist: "FIFTY FIFTY", name: "Took It Too Far", youtubeId: "FoXdqgkI338" }, |
