jd68 wrote: > Great!!! Thanks a lot for the fast fix! > > I pulled 2.2.3 (Edit: from Github) and can confirm that the queue list > and displayed now. :)
Thanks for the confirmation. The bug should only happen if you have a track in the queue with no cover, in which case material shows the artist image. To get this it uses the first entry of artist_ids, if present. This is where the issue occured, as that line of code had not been updated inline with a previous 2.2.x change. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ 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
