chore: remove more outdated TODOs

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan
2025-03-23 11:53:43 -04:00
parent 223e88d481
commit 1806552ef6
3 changed files with 1 additions and 5 deletions
-1
View File
@@ -28,5 +28,4 @@ type PlayerRepository interface {
Put(p *Player) error
CountAll(...QueryOptions) (int64, error)
CountByClient(...QueryOptions) (map[string]int64, error)
// TODO: Add CountAll method. Useful at least for metrics.
}