implemented getStarred (just for albums, for now)
This commit is contained in:
@@ -31,4 +31,5 @@ type AlbumRepository interface {
|
||||
GetAll(QueryOptions) (*Albums, error)
|
||||
PurgeInactive(active *Albums) error
|
||||
GetAllIds() (*[]string, error)
|
||||
GetStarred(QueryOptions) (*Albums, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user