Version 0.7.0 - Fix SPECIAL issue

This commit is contained in:
CICD - Pipeline 2023-08-30 17:47:24 +02:00
parent 47c5608cf4
commit e18451a2f7

View File

@ -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,11 +196,6 @@ socket.on("ANSWER/GET/PLAYLIST", (data) => {
})
SPECIAL.addEventListener("click", () => {
get("SPECIAL/MJ")
})
console.log(data)