mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Fix/Optimized Playlist tracks deletion
This commit is contained in:
parent
fbd87ba577
commit
5dce499d6d
7 changed files with 57 additions and 25 deletions
|
@ -111,6 +111,6 @@ type PlaylistTrackRepository interface {
|
|||
AddAlbums(albumIds []string) (int, error)
|
||||
AddArtists(artistIds []string) (int, error)
|
||||
AddDiscs(discs []DiscID) (int, error)
|
||||
Delete(id string) error
|
||||
Delete(id ...string) error
|
||||
Reorder(pos int, newPos int) error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue