2.0.4 PreRelease Version
This commit is contained in:
@ -205,7 +205,6 @@ ipc.on("findResult", (ev, list) => {
|
||||
const titleBtn = document.getElementById(data.indexOf(title)+ "_add")
|
||||
|
||||
titleBtn.addEventListener("click", () => {
|
||||
searchDialog.close()
|
||||
searchcontent.innerHTML = ""
|
||||
searchBar.value = ""
|
||||
ipc.send("addQueue", data[titleBtn.id.replace("_add", "")].uri)
|
||||
|
Reference in New Issue
Block a user