diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2024-02-19 20:36:31 -0800 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2024-02-19 20:36:31 -0800 |
| commit | e12d62023d0efdd73c8f6c1070872f43833496ff (patch) | |
| tree | f5bfc46a59f265e42729fb8d60088b2e8a329144 | |
| parent | 647edc9389b24bda19503514170ed31301ea0a72 (diff) | |
Fix M.O.O.N. songs
| -rw-r--r-- | src/constants/songs.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/constants/songs.ts b/src/constants/songs.ts index 0e1b694..c7bba3d 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -95,7 +95,7 @@ export const songs = [ { artist: "3 Doors Down", name: "Kryptonite", youtubeId: "xPU8OAjjS4k" }, { artist: "Seal", name: "Fly Like an Eagle", youtubeId: "QVvUbBHd7Zg" }, { artist: "Pink Floyd", name: "Mother", youtubeId: "xe3NUKCnZp4" }, - { artist: "M.O.O.N", name: "Dust", youtubeId: "phL6fDiYNJk" }, + { artist: "M.O.O.N.", name: "Dust (Hotline Miami 2)", youtubeId: "phL6fDiYNJk" }, { artist: "Kiss", name: "Rock And Roll All Nite", youtubeId: "f-S3X2saSwM" }, { artist: "Arcade Fire", name: "Everything Now", youtubeId: "6vG5WqYJViY" }, { artist: "Fleetwood Mac", name: "Go Your Own Way", youtubeId: "MTIkFwMuiTw" }, @@ -134,7 +134,7 @@ export const songs = [ { artist: "Foo Fighters", name: "The Pretender", youtubeId: "BMMGwtklEeE" }, { artist: "Alanis Morissette", name: "You Oughta Know", youtubeId: "pcYGTI_Bfv8" }, { artist: "Ellis", name: "Orbit", youtubeId: "uHNkmXAe2js" }, - { artist: "M.O.O.N.", name: "'Hydrogen' [Hotline Miami Soundtrack]", youtubeId: "SNE2oCZH_4k" }, + { artist: "M.O.O.N.", name: "Hydrogen (Hotline Miami)", youtubeId: "SNE2oCZH_4k" }, { artist: "Hyper Potions", name: "Time Trials (Sonic Mania)", youtubeId: "BkfUUV5R8iA" }, { artist: "Fountains Of Wayne", name: "Stacy's Mom", youtubeId: "sT_hnNDstnE" }, { artist: "Crazy Frog", name: "Axel F", youtubeId: "_M1iPYsHZvU" }, @@ -294,7 +294,7 @@ export const songs = [ { artist: "twenty one pilots", name: "Holding on to You", youtubeId: "_t8HWppY4T0" }, { artist: "Linkin Park", name: "Numb", youtubeId: "u-IcadiJCrE" }, { artist: "ABBA", name: "Waterloo", youtubeId: "9y-8ZiAJiQo" }, - { artist: "M.O.O.N.", name: "'Crystals' [Hotline Miami Soundtrack]", youtubeId: "AVblOqZBlJw" }, + { artist: "M.O.O.N.", name: "Crystals (Hotline Miami)", youtubeId: "AVblOqZBlJw" }, { artist: "Deniece Williams", name: "Let's Hear It for the Boy (From \"Footloose\" Soundtrack)", youtubeId: "vwXx5BgXyJ8" }, { artist: "Laura Branigan", name: "Gloria", youtubeId: "fxf2y8Tl9Ts" }, { artist: "The Vapors", name: "Turning Japanese", youtubeId: "nhD9gyRSz0g" }, @@ -760,7 +760,7 @@ export const songs = [ { artist: "Saint Motel", name: "My Type", youtubeId: "32faUlvDxCw" }, { artist: "The Black Keys", name: "Little Black Submarines", youtubeId: "DhKAh4RJM0Q" }, { artist: "The Darkness", name: "I Believe in a Thing Called Love", youtubeId: "E1i34e0sDt8" }, - { artist: "M.O.O.N.", name: "'Paris' [Hotline Miami Soundtrack]", youtubeId: "8wXRvvGr8Ug" }, + { artist: "M.O.O.N.", name: "Paris (Hotline Miami)", youtubeId: "8wXRvvGr8Ug" }, { artist: "Fleetwood Mac", name: "Everywhere", youtubeId: "wLSUDSNqLgQ" }, { artist: "Approaching Nirvana", name: "Sugar High", youtubeId: "ngsGBSCDwcI" }, { artist: "Martin O’Donnell, Michael Salvatori", name: "Truth and Reconciliation Suite (Halo: Combat Evolved)", youtubeId: "lj91a6W91J8" }, |
