2.0.4 PreRelease Version

This commit is contained in:
Raphix
2023-04-29 19:21:36 +02:00
parent 59eb33dc94
commit df7d47d920
2 changed files with 1 additions and 2 deletions

View File

@ -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)