mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
add coming up next & now playing cards
This commit is contained in:
+49
-50
@@ -1,54 +1,53 @@
|
||||
const songs = [
|
||||
{
|
||||
title: "Loved by the best and if you don't fkn fsfsd",
|
||||
album: "Love songs",
|
||||
artists: ["Don Williams,", "Kenny Rogers"],
|
||||
duration: "03:14",
|
||||
},
|
||||
{
|
||||
title: "Loved by the best",
|
||||
album: "Love songs",
|
||||
artists: ["Don Williams"],
|
||||
duration: "03:14",
|
||||
},
|
||||
{
|
||||
title: "Loved by the best",
|
||||
album: "Love songs",
|
||||
artists: ["Don Williams"],
|
||||
duration: "03:14",
|
||||
},
|
||||
{
|
||||
title: "Loved by the best",
|
||||
album: "Love songs",
|
||||
artists: ["Don Williams"],
|
||||
duration: "03:14",
|
||||
},
|
||||
{
|
||||
title: "Loved by the best",
|
||||
album: "Love songs",
|
||||
artists: ["Don Williams"],
|
||||
duration: "03:14",
|
||||
},
|
||||
{
|
||||
title: "Loved by the best",
|
||||
album: "Love songs",
|
||||
artists: ["Don Williams,", "Kenny Rogers"],
|
||||
duration: "03:14",
|
||||
},
|
||||
{
|
||||
title: "Loved by the best",
|
||||
album: "Love songs",
|
||||
artists: ["Don Williams"],
|
||||
duration: "03:14",
|
||||
},
|
||||
{
|
||||
title: "Loved by the best",
|
||||
album: "Love songs",
|
||||
artists: ["Don Williams"],
|
||||
duration: "03:14",
|
||||
},
|
||||
const songs = [{
|
||||
title: "Loved by the best and if you don't fkn fsfsd",
|
||||
album: "Love songs",
|
||||
artists: ["Don Williams,", "Kenny Rogers"],
|
||||
duration: "03:14",
|
||||
},
|
||||
{
|
||||
title: "Loved by the best",
|
||||
album: "Love songs",
|
||||
artists: ["Don Williams"],
|
||||
duration: "03:14",
|
||||
},
|
||||
{
|
||||
title: "Loved by the best",
|
||||
album: "Love songs",
|
||||
artists: ["Don Williams"],
|
||||
duration: "03:14",
|
||||
},
|
||||
{
|
||||
title: "Loved by the best",
|
||||
album: "Love songs",
|
||||
artists: ["Don Williams"],
|
||||
duration: "03:14",
|
||||
},
|
||||
// {
|
||||
// title: "Loved by the best",
|
||||
// album: "Love songs",
|
||||
// artists: ["Don Williams"],
|
||||
// duration: "03:14",
|
||||
// },
|
||||
// {
|
||||
// title: "Loved by the best",
|
||||
// album: "Love songs",
|
||||
// artists: ["Don Williams,", "Kenny Rogers"],
|
||||
// duration: "03:14",
|
||||
// },
|
||||
// {
|
||||
// title: "Loved by the best",
|
||||
// album: "Love songs",
|
||||
// artists: ["Don Williams"],
|
||||
// duration: "03:14",
|
||||
// },
|
||||
// {
|
||||
// title: "Loved by the best",
|
||||
// album: "Love songs",
|
||||
// artists: ["Don Williams"],
|
||||
// duration: "03:14",
|
||||
// },
|
||||
];
|
||||
|
||||
export default {
|
||||
songs
|
||||
songs
|
||||
}
|
||||
Reference in New Issue
Block a user