mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Add getSongsByGenre endpoint
This commit is contained in:
parent
a698e434fd
commit
0e1735e7a9
5 changed files with 34 additions and 0 deletions
|
@ -48,6 +48,7 @@ type MediaFileRepository interface {
|
|||
Exists(id string) (bool, error)
|
||||
Put(m *MediaFile) error
|
||||
Get(id string) (*MediaFile, error)
|
||||
GetAll(options ...QueryOptions) (MediaFiles, error)
|
||||
FindByAlbum(albumId string) (MediaFiles, error)
|
||||
FindByPath(path string) (MediaFiles, error)
|
||||
GetStarred(options ...QueryOptions) (MediaFiles, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue