mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
First version of SmartPlaylists being generated on demand
This commit is contained in:
parent
c72add516a
commit
d21932bd1b
5 changed files with 141 additions and 81 deletions
|
@ -109,7 +109,6 @@ type PlaylistTrackRepository interface {
|
|||
AddAlbums(albumIds []string) (int, error)
|
||||
AddArtists(artistIds []string) (int, error)
|
||||
AddDiscs(discs []DiscID) (int, 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