Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-11 | scrobbler: create a record on new song | Franck Cuny | 1 | -5/+27 | |
When we receive an event from the player, we look if the song is different from the previous one, and we create a new record if that's the case. If the song is similar, there's nothing to do. | |||||
2022-06-11 | scrobbler: initial log record typ |