We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When consume mode is enabled, the track_playback_ended event that is emitted does not include the tl_track information as expected.
consume
track_playback_ended
tl_track
This is due to the fact that the track is marked as having been played, and removed from the tracklist, by the time that the event is triggered.
The text was updated successfully, but these errors were encountered:
Fixed by PR #1403.
Next time, include "Fixes #1402" in one of the commit messages, and the bug will automatically be closed when the PR is merged.
Also, could you update the changelog? I forgot to think about that before merging.
Sorry, something went wrong.
jcass77
No branches or pull requests
When
consume
mode is enabled, thetrack_playback_ended
event that is emitted does not include thetl_track
information as expected.This is due to the fact that the track is marked as having been played, and removed from the tracklist, by the time that the event is triggered.
The text was updated successfully, but these errors were encountered: