mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Don't override media annotations when scanning/importing
This commit is contained in:
parent
938a92eded
commit
fe058aa4a1
9 changed files with 18 additions and 11 deletions
|
@ -42,7 +42,7 @@ type MediaFiles []MediaFile
|
|||
type MediaFileRepository interface {
|
||||
CountAll() (int64, error)
|
||||
Exists(id string) (bool, error)
|
||||
Put(m *MediaFile) error
|
||||
Put(m *MediaFile, overrideAnnotation bool) error
|
||||
Get(id string) (*MediaFile, error)
|
||||
FindByAlbum(albumId string) (MediaFiles, error)
|
||||
FindByPath(path string) (MediaFiles, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue