2.0.4 PreRelease Version
This commit is contained in:
parent
59eb33dc94
commit
df7d47d920
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "subsonics-manager",
|
"name": "subsonics-manager",
|
||||||
"version": "2.0.3",
|
"version": "2.0.4",
|
||||||
"description": "Manager for subsonics",
|
"description": "Manager for subsonics",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -205,7 +205,6 @@ ipc.on("findResult", (ev, list) => {
|
|||||||
const titleBtn = document.getElementById(data.indexOf(title)+ "_add")
|
const titleBtn = document.getElementById(data.indexOf(title)+ "_add")
|
||||||
|
|
||||||
titleBtn.addEventListener("click", () => {
|
titleBtn.addEventListener("click", () => {
|
||||||
searchDialog.close()
|
|
||||||
searchcontent.innerHTML = ""
|
searchcontent.innerHTML = ""
|
||||||
searchBar.value = ""
|
searchBar.value = ""
|
||||||
ipc.send("addQueue", data[titleBtn.id.replace("_add", "")].uri)
|
ipc.send("addQueue", data[titleBtn.id.replace("_add", "")].uri)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user