TODO
This commit is contained in:
parent
2f1aa102e9
commit
19de3e6a3c
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue