cpd73 wrote:
> OK, silly typo in the code - which I'm 99% sure is the reason for this.
> Can someone check? Please edit "browse-page.js" and change line 1181
> from "cmd.params.push();" to "cmd.params.push(param);" Then re-start
> LMS, refresh browser, and try again?
Done as requested, restarted LMS, seems to have fixed the issue, thanks.
Code:
--------------------
var isMore = "more" == commandName; if
(command.itemsParams && item[command.itemsParams]) {
for(var key in item[command.itemsParams]) {
if (/*!isMore ||*/ ("touchToPlaySingle"!=key && "touchToPlay"!=key)) {
var param = key+":"+item[command.itemsParams][key];
if (!addedParams.has(param)) {
cmd.params.push(param);
--------------------
*Study/Server - LMS 7.9.2 -* Pi3B+/pCP 4.1.0/pi screen/HiFiBerry
DAC+/jivelite, 25K library and playlists on WDMyCloud, LMS cache on a
USB stick (formatted ntfs).
*Lounge* - Pi2/pCP 4.1.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Dining Room* - Squeezebox Boom
*Garage* - Pi3B/Pi screen/HiFiBerry DAC+/pCP 4.1.0 > Edifier R980T
*In car* - RPi3B/pCP in AP mode > HiFiBerry DAC+ > car's audio (files on
a 2TB USB drive)
*Spares* - 2xTouch, 1xSB3, 1xRadio, 4xRPi
------------------------------------------------------------------------
kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=109624
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins