mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-05 18:03:10 +03:00
TODO
This commit is contained in:
parent
2f1aa102e9
commit
19de3e6a3c
@ -6,6 +6,7 @@ import (
|
|||||||
"github.com/deluan/gosonic/domain"
|
"github.com/deluan/gosonic/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// TODO Use Entries instead of Albums
|
||||||
type ListGenerator interface {
|
type ListGenerator interface {
|
||||||
GetNewest(offset int, size int) (*domain.Albums, error)
|
GetNewest(offset int, size int) (*domain.Albums, error)
|
||||||
GetRecent(offset int, size int) (*domain.Albums, error)
|
GetRecent(offset int, size int) (*domain.Albums, error)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user