View Issue Details

IDProjectCategoryView StatusLast Update
0019266MMW 5Extensions frameworkpublic2022-09-30 19:28
ReporterLudek Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version5.0 
Target Version5.0.4Fixed in Version5.0.4 
Summary0019266: NowPlayingModified is not fired when track is removed or re-ordered
DescriptionCurrently the nowPlayingModified is documented as https://www.mediamonkey.com/docs/api/classes/Player.html#event_nowPlayingModified
with description that "Event is called when now playing list is somehow modified."

But it fails to fire when a track is removed or re-ordered.

Workaround is to listen 'change' event on app.player.getSongList()
https://www.mediamonkey.com/docs/api/classes/Player.html#method_getSongList
Additional Informationhttps://www.mediamonkey.com/forum/viewtopic.php?p=498945#p498945
TagsNo tags attached.
Fixed in build2658

Activities

Ludek

2022-07-21 13:25

developer   ~0068868

Fixed in 5.0.4.2658

peke

2022-09-30 19:28

developer   ~0069593

Verified 2667

All working OK, no need for workaround anymore.