Version 0.7.0 - Fix SPECIAL issue
This commit is contained in:
		@@ -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)
 | 
			
		||||
})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user