Hi,
i am using the mopidy api for my multriroom audio project. I am using mopidy.js. Everything works as expected except at the end of a tracklist.
I am not getting the “event:trackPlaybackEnded” event when the last track of the tracklist ended.But the event is emitted for all tracks before the last track.
Now the curious part, when the next command is sent (e.g. previous track) the “event:trackPlaybackEnded” appears followed by the current expected event.
Can anyone confirm the behavior? I am not sure if this is related to mopidy.js or to the mopidy core.
Mario