mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Remove flag to allow override media annotation
This commit is contained in:
parent
2cc983638c
commit
c6ed0d5377
5 changed files with 8 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, overrideAnnotation bool) error
|
||||
Put(m *MediaFile) 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