View Issue Details

IDProjectCategoryView StatusLast Update
0019319MMW 5Extensions frameworkpublic2022-08-27 02:05
Reporterdrakinite Assigned To 
PriorityurgentSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version5.0.4 
Target Version5.0.4Fixed in Version5.0.4 
Summary0019319: app.player.playlistPos does not update in time for 'change' event
DescriptionIf 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 Informationhttps://www.mediamonkey.com/forum/viewtopic.php?p=500113#p500113
TagsNo tags attached.
Fixed in build2661

Activities

michal

2022-08-21 16:34

developer   ~0069040

Fixed in build 2661.

peke

2022-08-27 02:05

developer   ~0069076

Verified 2661