mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Add all individual artists from album in searchable full text field. Should fix #94
This commit is contained in:
parent
b8d1185f7f
commit
43ce81af67
3 changed files with 7 additions and 11 deletions
|
@ -34,7 +34,6 @@ type Albums []Album
|
|||
type AlbumRepository interface {
|
||||
CountAll(...QueryOptions) (int64, error)
|
||||
Exists(id string) (bool, error)
|
||||
Put(m *Album) error
|
||||
Get(id string) (*Album, error)
|
||||
FindByArtist(albumArtistId string) (Albums, error)
|
||||
GetAll(...QueryOptions) (Albums, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue