quote:
Originally posted by Schnappi
doesn't work. =\
oh silly me, forgot the tr array was only for the 'format' param (which would appear correctly on 8.5)
try this instead:
Line 35 of 'wlmini.events.js':
JScript code:
case 2:setNowPlaying(1,MPSMText,media.getItemInfo("title"),media.getItemInfo("artist")
swap:
JScript code:
case 2:setNowPlaying(1,MPSMText,media.getItemInfo("artist"),media.getItemInfo("title")