mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
add backend code
This commit is contained in:
+32
-32
@@ -1,54 +1,54 @@
|
||||
const songs = [
|
||||
{
|
||||
title: "Doom",
|
||||
album: "Fighting Demons",
|
||||
artists: ["Juice Wrld"],
|
||||
duration: "03:14",
|
||||
},
|
||||
{
|
||||
title: "Girl Of My Dreams",
|
||||
album: "Fighting Demons",
|
||||
artists: ["Juice Wrld, ", "Suga [BTS]"],
|
||||
duration: "03:14",
|
||||
},
|
||||
{
|
||||
title: "Feline",
|
||||
album: "Fighting Demons",
|
||||
artists: ["Juice Wrld, ", "Polo G, ", "Lil Yachty"],
|
||||
duration: "03:14",
|
||||
},
|
||||
{
|
||||
title: "Rockstar In His Prime",
|
||||
album: "Fighting Demons",
|
||||
artists: ["Juice Wrld"],
|
||||
duration: "03:14",
|
||||
},{
|
||||
title: "Because I got high",
|
||||
album: "The best of",
|
||||
artists: ["Weedman, ", "Bobby Brown"],
|
||||
album: "Fighting Demons",
|
||||
artists: ["Juice Wrld"],
|
||||
duration: "03:14",
|
||||
},
|
||||
{
|
||||
title: "Is this love",
|
||||
album: "Natural Mystic",
|
||||
album: "Fighting Demons",
|
||||
artists: ["Bob Marley"],
|
||||
duration: "03:14",
|
||||
},
|
||||
{
|
||||
title: "I'm a little teapot",
|
||||
album: "Love songs",
|
||||
artists: ["Ricky Martin"],
|
||||
album: "Fighting Demons",
|
||||
artists: ["Juice Wrld"],
|
||||
duration: "03:14",
|
||||
},
|
||||
{
|
||||
title: "Don't stop me now",
|
||||
album: "Remastered 2011",
|
||||
artists: ["Queen"],
|
||||
album: "Fighting Demons",
|
||||
artists: ["Juice Wrld"],
|
||||
duration: "03:14",
|
||||
},{
|
||||
title: "Because I got high",
|
||||
album: "The best of",
|
||||
artists: ["Weedman, ", "Bobby Brown"],
|
||||
duration: "03:14",
|
||||
},
|
||||
{
|
||||
title: "Is this love",
|
||||
album: "Natural Mystic",
|
||||
artists: ["Bob Marley"],
|
||||
duration: "03:14",
|
||||
},
|
||||
{
|
||||
title: "I'm a little teapot",
|
||||
album: "Love songs",
|
||||
artists: ["Ricky Martin"],
|
||||
duration: "03:14",
|
||||
},
|
||||
{
|
||||
title: "Don't stop me now",
|
||||
album: "Remastered 2011",
|
||||
artists: ["Queen"],
|
||||
duration: "03:14",
|
||||
},{
|
||||
title: "Because I got high",
|
||||
album: "The best of",
|
||||
artists: ["Weedman, ", "Bobby Brown"],
|
||||
album: "Fighting Demons",
|
||||
artists: ["Juice Wrld"],
|
||||
duration: "03:14",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user