player can switch between compilation
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
export default eventHandler(() => {
|
||||
return [
|
||||
return [
|
||||
{
|
||||
"id": 0,
|
||||
"name": "post-rock"
|
||||
"id": 0,
|
||||
"name": "post-rock"
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"name": "math-rock"
|
||||
"id": 1,
|
||||
"name": "math-rock"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "indie-pop"
|
||||
"id": 2,
|
||||
"name": "indie-pop"
|
||||
}
|
||||
]
|
||||
]
|
||||
})
|
Reference in New Issue
Block a user