New Folder Scanner - WIP
This commit is contained in:
@@ -37,4 +37,5 @@ type AlbumRepository interface {
|
||||
GetAllIds() ([]string, error)
|
||||
GetStarred(...QueryOptions) (Albums, error)
|
||||
Search(q string, offset int, size int) (Albums, error)
|
||||
Refresh(ids ...string) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user