diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-22 17:05:07 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-22 17:05:07 -0700 |
| commit | af0cba7eea4333fe8b32765b562c3c23267c658b (patch) | |
| tree | 9ca67b41fc8acd352c376cafe69f3ada0ad0a065 /server/data/songs.ts | |
| parent | 6f6b79edcecf4fb3376cf9f9abdd0ff39b689e48 (diff) | |
fix: remove duplicate songs
Diffstat (limited to 'server/data/songs.ts')
| -rw-r--r-- | server/data/songs.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/data/songs.ts b/server/data/songs.ts index b74bf94..191637e 100644 --- a/server/data/songs.ts +++ b/server/data/songs.ts @@ -83,7 +83,6 @@ export const songs = [ { artist: "JO YURI", name: "Growls and Purrs", youtubeId: "spaqF-UA_II" }, { artist: "KATSEYE", name: "Gabriela", youtubeId: "mI5LYcisTF0" }, { artist: "LE SSERAFIM", name: "EASY", youtubeId: "Zj9-RiEf4Og" }, - { artist: "2NE1", name: "I Don't Care", youtubeId: "ORHR-ZA4RyM" }, { artist: "BABYMONSTER", name: "HOT SAUCE", youtubeId: "Zb2NO07e_zI" }, { artist: "tripleS", name: "Girls Never Die", youtubeId: "gVl5RmTRBXY" }, { artist: "NMIXX", name: "Love Me Like This", youtubeId: "FxuVJeeKK_4" }, @@ -365,7 +364,6 @@ export const songs = [ name: "We Already Fell In Love", youtubeId: "jKMBT3lcdUY", }, - { artist: "i-dle", name: "I DO", youtubeId: "fZsCqQK5F5A" }, { artist: "KATSEYE", name: "Gameboy", youtubeId: "_YpDYkTuzyc" }, { artist: "YENA", name: "Hate Rodrigo", youtubeId: "RIxuPJsh4dA" }, { artist: "Hearts2Hearts", name: "Pretty Please", youtubeId: "q2ageHyvApg" }, |
