mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Do not empty old artist metadata (#2423)
This commit is contained in:
parent
7a858a2db3
commit
79870b1090
4 changed files with 6 additions and 5 deletions
|
@ -49,7 +49,7 @@ type ArtistIndexes []ArtistIndex
|
|||
type ArtistRepository interface {
|
||||
CountAll(options ...QueryOptions) (int64, error)
|
||||
Exists(id string) (bool, error)
|
||||
Put(m *Artist) error
|
||||
Put(m *Artist, colsToUpdate ...string) error
|
||||
Get(id string) (*Artist, error)
|
||||
GetAll(options ...QueryOptions) (Artists, error)
|
||||
Search(q string, offset int, size int) (Artists, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue