bunch of work on Subsonic mediaprovider adapter
This commit is contained in:
@@ -68,7 +68,7 @@ type MediaProvider interface {
|
||||
|
||||
EditPlaylist(id, name, description string, public bool) error
|
||||
|
||||
EditPlaylistTracks(id string, trackIDsToAdd, trackIDsToRemove []string) error
|
||||
EditPlaylistTracks(id string, trackIDsToAdd []string, trackIndexesToRemove []int) error
|
||||
|
||||
ReplacePlaylistTracks(id string, trackIDs []string) error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user