bunch of work on Subsonic mediaprovider adapter

This commit is contained in:
Drew Weymouth
2023-05-14 17:48:06 -07:00
parent c4436a4887
commit e34497ec24
5 changed files with 664 additions and 1 deletions
+1 -1
View File
@@ -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