w3wilkes wrote: > One last thing. I've attached a video capture of this happening. Note in > the video when I click the plus sign to add the album to the queue the > the time in the queue pane is initially correct for just a split second > and then changes to the time of the first song in the album. This is the > only other clue I can add to what seems to be isolated to just me even > though it happens on 2 different PC's, one running WHS2011 with LMS7.9.3 > and Material 1.8.7 the other running Win10 Pro LMS 8.0 and material > 1.8.7.
As mentioned before, sometimes LMS sends the duration as a number sometimes as a string. Usually in the code I call a function that would convert both cases to a number. However, I have noticed in the update case it was using the value as is - so I guess its a string, and your browser is not handling this. I'm not sure why I, and others, have not seen this before. I've updated the code, so this -might- now be fixed for 1.8.8 If you are feeling brave, you can install the version from git and check - if not, then wait for 1.8.8 (but I'm not sure when I'll make a release). *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json 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
