mherger wrote:
> Here's the item as it gets passed down to the "click()" function:
Weird. If I add the following to browse-resp.js @line 411
Code:
--------------------
resp.items.push({
addAction: "go",
actions: {
go: {
params: {
item_id: "5.2.13",
menu: "spotty"
},
cmd: [
"spotty",
"items"
],
nextWindow: "refresh"
}
},
title: "Album zu Bibliothek hinzufügen",
type: "text",
image: "https://i.scdn.co/image/d5a1916784c93532a3102e1de1e4a57ca2fc0700",
menuActions: [],
id: "item_id:y5.2.13"
});
--------------------
This adds a fake entry "Album zu Bibliothek hinzufügen" at the end of my
"Apps" list. Clicking on this item does send the command
Code:
--------------------
["spotty","items","item_id:5.2.13","menu:spotty"]
--------------------
...but I'm guessing
Code:
--------------------
["spotty","items",0,100,"item_id:5.2.13","menu:spotty"]
--------------------
is what should really be sent?
------------------------------------------------------------------------
cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins