Replies: 1 comment 3 replies
-
|
Additional context — the bug appeared specifically after I used the delete button (trash icon) in the Most Played page to clear the list. Before the delete, the list had multiple tracks with counts up to 5 that had accumulated normally. After clearing it, the counter stopped incrementing and only one track gets registered at a time. The delete action may have corrupted some internal state in hiby_player that controls the counting logic. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Found a bug with the most_played feature. After testing extensively, only one track ever appears in the Most Played list at a time, and the frequency counter never increments beyond 1 regardless of how many times a track is played. Deleted the most_played.db and tested fresh — same result. Looks like the play count increment logic and multi-track tracking aren't working correctly in the binary. @Jepl4r, @Tartarus6 Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions