quintodrome/core/scrobbler
Deluan Quintão 76042ba173
feat(ui): add Now Playing panel for admins (#4209)
* feat(ui): add Now Playing panel and integrate now playing count updates

Signed-off-by: Deluan <deluan@navidrome.org>

* fix: check return value in test to satisfy linter

* fix: format React code with prettier

* fix: resolve race condition in play tracker test

* fix: log error when fetching now playing data fails

Signed-off-by: Deluan <deluan@navidrome.org>

* feat(ui): refactor Now Playing panel with new components and error handling

Signed-off-by: Deluan <deluan@navidrome.org>

* fix(ui): adjust padding and height in Now Playing panel for improved layout

Signed-off-by: Deluan <deluan@navidrome.org>

* fix(cache): add automatic cleanup to prevent goroutine leak on cache garbage collection

Signed-off-by: Deluan <deluan@navidrome.org>

---------

Signed-off-by: Deluan <deluan@navidrome.org>
2025-06-10 17:22:13 -04:00
..
buffered_scrobbler.go Fix polling of buffered scrobbles 2023-02-07 19:18:26 -05:00
interfaces.go Implement Scrobble buffering/retrying 2021-07-02 10:04:41 -04:00
play_tracker.go feat(ui): add Now Playing panel for admins (#4209) 2025-06-10 17:22:13 -04:00
play_tracker_test.go feat(ui): add Now Playing panel for admins (#4209) 2025-06-10 17:22:13 -04:00
scrobbler_suite_test.go Rename log.LevelCritical to log.LevelFatal 2022-12-21 14:53:36 -05:00