player can switch between compilation

This commit is contained in:
valere
2024-09-08 18:53:20 +02:00
parent 431fc4912b
commit 0c0074ccc1
9 changed files with 419 additions and 280 deletions

View File

@@ -1,70 +1,70 @@
export default eventHandler(() => {
return [
{
id: 0,
name: "L'efondras",
link: "https://leffondras.bandcamp.com/music",
style: [0, 1, 2]
},
{
id: 1,
name: "The kundalini genie",
link: "https://the-kundalini-genie.bandcamp.com",
style: [0, 1, 2]
},
{
id: 2,
name: "Fontaines D.C.",
link: "https://fontainesdc.bandcamp.com",
style: [0, 1, 2]
},
{
id: 3,
name: "Fontanarosa",
link: "https://fontanarosa.bandcamp.com",
style: [0, 1, 2]
},
{
id: 4,
name: "Johnny mafia",
link: "https://johnnymafia.bandcamp.com",
style: [0, 1, 2]
},
{
id: 5,
name: "New candys",
link: "https://newcandys.bandcamp.com",
style: [0, 1, 2]
},
{
id: 6,
name: "Magic shoppe",
link: "https://magicshoppe.bandcamp.com",
style: [0, 1, 2]
},
{
id: 7,
name: "Les jaguars",
link: "https://radiomartiko.bandcamp.com/album/surf-qu-b-cois",
style: [0, 1, 2]
},
{
id: 8,
name: "TRAAMS",
link: "https://traams.bandcamp.com",
style: [0, 1, 2]
},
{
id: 9,
name: "Blue orchid",
link: "https://blue-orchid.bandcamp.com",
style: [0, 1, 2]
},
{
id: 10,
name: "I love UFO",
link: "https://bruitblanc.bandcamp.com",
style: [0, 1, 2]
}
]
return [
{
id: 0,
name: "L'efondras",
link: "https://leffondras.bandcamp.com/music",
style: [0, 1, 2]
},
{
id: 1,
name: "The kundalini genie",
link: "https://the-kundalini-genie.bandcamp.com",
style: [0, 1, 2]
},
{
id: 2,
name: "Fontaines D.C.",
link: "https://fontainesdc.bandcamp.com",
style: [0, 1, 2]
},
{
id: 3,
name: "Fontanarosa",
link: "https://fontanarosa.bandcamp.com",
style: [0, 1, 2]
},
{
id: 4,
name: "Johnny mafia",
link: "https://johnnymafia.bandcamp.com",
style: [0, 1, 2]
},
{
id: 5,
name: "New candys",
link: "https://newcandys.bandcamp.com",
style: [0, 1, 2]
},
{
id: 6,
name: "Magic shoppe",
link: "https://magicshoppe.bandcamp.com",
style: [0, 1, 2]
},
{
id: 7,
name: "Les jaguars",
link: "https://radiomartiko.bandcamp.com/album/surf-qu-b-cois",
style: [0, 1, 2]
},
{
id: 8,
name: "TRAAMS",
link: "https://traams.bandcamp.com",
style: [0, 1, 2]
},
{
id: 9,
name: "Blue orchid",
link: "https://blue-orchid.bandcamp.com",
style: [0, 1, 2]
},
{
id: 10,
name: "I love UFO",
link: "https://bruitblanc.bandcamp.com",
style: [0, 1, 2]
}
]
})