mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Fix playlist cannot be empty via Subsonic API
This commit is contained in:
parent
5994c31f4c
commit
0d9dcebf32
4 changed files with 22 additions and 3 deletions
|
@ -120,5 +120,6 @@ type PlaylistTrackRepository interface {
|
|||
AddArtists(artistIds []string) (int, error)
|
||||
AddDiscs(discs []DiscID) (int, error)
|
||||
Delete(id ...string) error
|
||||
DeleteAll() error
|
||||
Reorder(pos int, newPos int) error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue