mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Add playlists REST endpoint
This commit is contained in:
parent
8e2480a82d
commit
4e613be960
4 changed files with 30 additions and 3 deletions
|
@ -15,7 +15,7 @@ type Playlist struct {
|
|||
}
|
||||
|
||||
type PlaylistRepository interface {
|
||||
CountAll() (int64, error)
|
||||
CountAll(options ...QueryOptions) (int64, error)
|
||||
Exists(id string) (bool, error)
|
||||
Put(pls *Playlist) error
|
||||
Get(id string) (*Playlist, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue