This repository has been archived by the owner on Jul 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Playlist Media management (#109)
* Fix Playlist Media management Change mid.length > 0 check to mid.length === 0 to fix playlistMoveMedia Create function removeSongFromPlaylist Don’t accept empty arrays in removeSongFromPlaylist Allow non empty arrays in playlistMoveMedia Change method of REST request from GET to POST in addSongToPlaylist Change song ID of type Number to song data of type Object or Object array Allow multiple songs added at once if sdata is an Array
- Loading branch information
1 parent
eac6abe
commit dd1b9d5
Showing
1 changed file
with
109 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters