Bug: Songs Count not updated properly #100

Closed
opened 2026-04-28 12:00:34 +00:00 by fatmaebrahim · 0 comments
Member

Description:

  • next/prev didn't bump play count: the play-count fix only ran from row click + context-menu Play. Added increment_play (+
    merge-back) to on_next and on_prev.

  • next/prev escaped the playlist: on_next/on_prev iterated songs() (whole library) and used the global current_song_index.

Steps to Reproduce

  1. Open Media --> Songs
  2. Add Songs to a playlist
  3. Add songs to another playlist
  4. Click next and prev
  5. Observe songs loops within all songs not only the current playlist
### Description: - next/prev didn't bump play count: the play-count fix only ran from row click + context-menu Play. Added increment_play (+ merge-back) to on_next and on_prev. - next/prev escaped the playlist: on_next/on_prev iterated songs() (whole library) and used the global current_song_index. ### Steps to Reproduce 1. Open Media --> Songs 2. Add Songs to a playlist 3. Add songs to another playlist 6. Click next and prev 7. Observe songs loops within all songs not only the current playlist ### Related Issues: - https://forge.ourworld.tf/lhumina_code/hero_os/issues/66
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_os#100
No description provided.