Undefined behavior when removing currently playing track from tracklist.
Author: jcass77Created Jan 7, 2017Updated Apr 15, 2026
LabelsA-core
TracklistController.remove() currently just removes the track and triggers the tracklist_changed event:
I'm not sure that it makes sense to keep playing the current track if it was just removed from the tracklist - perhaps it would be better to call stop() or next() at that point instead?
Source: mopidy/mopidy