Unable to scrub album after adding it to the playlist #72
Labels
No labels
bug
client
code-quality
duplicate
enhancement
help wanted
in progress
invalid
question
ui
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: coderkun/mcg#72
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Immediately after an album is played, the timeline bar in the Cover tab does not allow you to scrub through the album.
Steps to reproduce:
Found on MCG version 2.1, on Archlinux using both the AUR package, and when built using setuptools
changed the description
mentioned in commit
973d3dd921
Thanks for reporting this issue. I can reproduce it and see the following error message:
Would you mind testing the fix on branch
issue-72-fix-skipping
?I can confirm the change in
issue-72-fix-skipping
has resolved the issue.I noticed an associated bug, where the album_artist was printed as a feature on every song in the cover tab, but only on certain albums. Looks like this stemmed from the same use of the MCGTrack class in place of the MCGPlaylistTrack. With the change in
issue-72-fix-skipping
this issue is now resolved as well.Appreciate your quick fix!
Thanks, @oenometer, I merged it and will release it as version 2.1.2.
Nice to see that the related bug—which I occasionally noticed, too, but didn’t track down—has been fixed, too.