View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0019319 | MMW 5 | Extensions framework | public | 2022-08-20 19:35 | 2022-08-27 02:05 |
Reporter | drakinite | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 5.0.4 | ||||
Target Version | 5.0.4 | Fixed in Version | 5.0.4 | ||
Summary | 0019319: app.player.playlistPos does not update in time for 'change' event | ||||
Description | If one rearranges the Playing list and listens for the 'change' event on the list, app.player.playlistPos is not updated to the new value when the change event fires. var songList = app.player.getSongList(); app.listen(songList, 'change', function (changeType) { if (changeType === undefined) { console.log(player.playlistPos); } }); | ||||
Additional Information | https://www.mediamonkey.com/forum/viewtopic.php?p=500113#p500113 | ||||
Tags | No tags attached. | ||||
Fixed in build | 2661 | ||||