-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
playlist - count and totaltime not updated when adding a song #12761
Comments
Can confirm the playcount issue, repaint on selection change (bold) works though. Crates are not affected, so it's probably some issue in PlaylistFeature::slotPlaylistTableChanged and/or PlaylistFeature::constructChildModel |
I am removing the Qt6 tag, as I am sure it worked correctly with Qt6, so I doubt it is Qt version related. |
or
or there's an issue in PlaylistDAO. |
Damn, stupid typo 🤦♂️ I'll push a fix asap |
but something else is wrong... I'll take a look. |
Thanks for looking into this, @ronso0. If you get stuck, let me know; while I am certainly not an expert on this part of the code base, I have been looking at it quite a bit recently :-) |
Oh, there(s something going on here :-) |
I'm still not sure how this broke (currently bisecting), but a simple |
Bug Description
When adding a song to a playlist the playlist - count and -totaltime are not updated, both dragging song to playlist and right click.
After restart of Mixxx the counter and time are right.
extra, after de-selection (other song) and re-slecting song the playlist is bold (=song is in playlist)
Version
2.5-alpha-229-g7b3e48544a (main)
OS
Win 10
The text was updated successfully, but these errors were encountered: