Version 0.7.0 - Fix SPECIAL issue
This commit is contained in:
parent
47c5608cf4
commit
e18451a2f7
@ -172,7 +172,6 @@ socket.on("ANSWER/GET/PLAYLIST", (data) => {
|
||||
});
|
||||
|
||||
|
||||
const SPECIAL = document.getElementById("SPECIAL")
|
||||
const addPlaylist = document.getElementById("addPlaylist")
|
||||
const addPlaylist_dialog = document.getElementById("addPlaylist_dialog")
|
||||
const apText = document.getElementById("apText")
|
||||
@ -197,12 +196,7 @@ socket.on("ANSWER/GET/PLAYLIST", (data) => {
|
||||
|
||||
})
|
||||
|
||||
SPECIAL.addEventListener("click", () => {
|
||||
|
||||
get("SPECIAL/MJ")
|
||||
|
||||
})
|
||||
|
||||
|
||||
|
||||
console.log(data)
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user