diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-07-12 18:25:44 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-07-12 18:25:44 -0700 |
| commit | eacb2b3dc67d76fa97bdb4b71c180037f398aa91 (patch) | |
| tree | f1fdc656eb38aa8c0cb7bc7a3794a37c82cd4804 /server/data | |
| parent | 448ae4b02406bee47c0bf7b29c379503146f19fc (diff) | |
fix: remove unavailable song AmzIk-4Fj2s
{ artist: "NewJeans", name: "Our Night is more beautiful than your Day",
youtubeId: "AmzIk-4Fj2s" },
Diffstat (limited to 'server/data')
| -rw-r--r-- | server/data/songs.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/data/songs.ts b/server/data/songs.ts index 6de1eda..e9cd5b9 100644 --- a/server/data/songs.ts +++ b/server/data/songs.ts @@ -177,7 +177,6 @@ export const songs = [ { artist: "LE SSERAFIM", name: "Swan Song", youtubeId: "eNxb2wt11sM" }, { artist: "KISS OF LIFE", name: "Bye My Neverland", youtubeId: "f1yerx1PWC4" }, { artist: "tripleS", name: "Girls' Capitalism", youtubeId: "G0hLAX-bg3w" }, -{ artist: "NewJeans", name: "Our Night is more beautiful than your Day", youtubeId: "AmzIk-4Fj2s" }, { artist: "aespa", name: "Illusion", youtubeId: "LP9sF1v-vz4" }, { artist: "NMIXX", name: "BOOM", youtubeId: "QQjLJ8MjZMc" }, { artist: "aespa", name: "Dreams Come True", youtubeId: "zZDdP0V3pVw" }, @@ -463,4 +462,4 @@ export const songs = [ { artist: "YOUNG POSSE", name: "ATE THAT", youtubeId: "BsxsQ1_BeXU" }, { artist: "YOUNG POSSE", name: "POSSE UP!", youtubeId: "vQyex-OirbU" }, { artist: "YOUNG POSSE", name: "we don't go to bed tonight ", youtubeId: "OMlZiNPmYyQ" }, -]
\ No newline at end of file +] |
