fixed #1781 better UX for the add album popin

This commit is contained in:
Matthieu Leproux 2022-11-08 17:22:28 +01:00
parent 7f00155ca7
commit 532fc743f2
5 changed files with 94 additions and 73 deletions

View file

@ -93,6 +93,7 @@ $(() => {
url: ws_url,
data: { format: "json", method: "reflection.getMethodList" }
}).done(function (result) {
console.log(result);
result = parsePwgJSON(result);
if (result != null) {