add 'New Playlist' button to Playlists page
This commit is contained in:
@@ -256,10 +256,12 @@ type MediaProvider interface {
|
||||
|
||||
GetPlaylists() ([]*Playlist, error)
|
||||
|
||||
CreatePlaylist(name string, trackIDs []string) error
|
||||
CreatePlaylistWithTracks(name string, trackIDs []string) error
|
||||
|
||||
CanMakePublicPlaylist() bool
|
||||
|
||||
CreatePlaylist(name, description string, public bool) error
|
||||
|
||||
EditPlaylist(id, name, description string, public bool) error
|
||||
|
||||
AddPlaylistTracks(id string, trackIDsToAdd []string) error
|
||||
|
||||
Reference in New Issue
Block a user