player can switch between compilation
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
export default eventHandler(() => {
|
||||
return [
|
||||
{
|
||||
id: 'ES00',
|
||||
name: 'Zero'
|
||||
},
|
||||
{
|
||||
id: 'ES01',
|
||||
name: 'Zero B-Side'
|
||||
}
|
||||
]
|
||||
return [
|
||||
{
|
||||
id: 'ES00A',
|
||||
name: 'Zero'
|
||||
},
|
||||
{
|
||||
id: 'ES00B',
|
||||
name: 'Zero B-Side'
|
||||
}
|
||||
]
|
||||
})
|
Reference in New Issue
Block a user