2.0.4 PreRelease Version
This commit is contained in:
parent
59eb33dc94
commit
df7d47d920
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "subsonics-manager",
|
||||
"version": "2.0.3",
|
||||
"version": "2.0.4",
|
||||
"description": "Manager for subsonics",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user