mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Optimize GetAll genres query
This commit is contained in:
parent
1471e1240d
commit
b6e9ec4db4
3 changed files with 8 additions and 17 deletions
|
@ -10,6 +10,6 @@ type Genre struct {
|
|||
type Genres []Genre
|
||||
|
||||
type GenreRepository interface {
|
||||
GetAll() (Genres, error)
|
||||
Put(m *Genre) error
|
||||
GetAll(...QueryOptions) (Genres, error)
|
||||
Put(*Genre) error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue