add coming up next & now playing cards

This commit is contained in:
geoffrey45
2021-11-27 18:10:57 +03:00
parent fd41d4167b
commit 6ef31c4d82
12 changed files with 448 additions and 89 deletions
+49 -50
View File
@@ -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
}