mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Add ability to reorder playlist items
This commit is contained in:
parent
b597a34cb4
commit
331fa1d952
8 changed files with 158 additions and 34 deletions
|
@ -43,4 +43,5 @@ type PlaylistTrackRepository interface {
|
|||
Add(mediaFileIds []string) error
|
||||
Update(mediaFileIds []string) error
|
||||
Delete(id string) error
|
||||
Reorder(pos int, newPos int) error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue