mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Move album refresh to scanner
This commit is contained in:
parent
566ae93950
commit
2f90fc9bd4
5 changed files with 103 additions and 103 deletions
|
@ -54,6 +54,5 @@ type AlbumRepository interface {
|
|||
GetAll(...QueryOptions) (Albums, error)
|
||||
GetAllWithoutGenres(...QueryOptions) (Albums, error)
|
||||
Search(q string, offset int, size int) (Albums, error)
|
||||
Refresh(ids ...string) error
|
||||
AnnotatedRepository
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue