Files
music_library/backlog/completed/ml-138 - Allow-multiple-plays-of-the-same-album-in-scrobble-activity.md
T
2026-05-04 21:22:27 +01:00

23 lines
653 B
Markdown

---
id: ML-138
title: Allow multiple plays of the same album in scrobble activity
status: Done
assignee: []
created_date: "2026-04-20 09:00"
labels: []
dependencies: []
references:
- "https://github.com/cloud8421/music_library/issues/25"
priority: medium
---
## Description
<!-- SECTION:DESCRIPTION:BEGIN -->
_GitHub: created 2025-04-24 · updated 2025-04-25 · closed 2025-04-25_
The logic that packs scrobbled tracks into albums currently keeps only one occurrence per album (the most recent), which ends up showing an incorrect history. An album can be played multiple non-contiguous times in the same window.
<!-- SECTION:DESCRIPTION:END -->