chore: remove more outdated TODOs
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
@@ -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.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user