mirror of
https://github.com/clangen/musikcube.git
synced 2025-02-06 03:39:50 +00:00
playlists. Note that this functionality was not added to the remote clients yet, only to the core SDK and to the websocket plugin. Specifically, updated ISimpleDataProvider interface with the following methods: 1. SavePlaylist() 2. RenamePlaylist() 3. DeletePlaylist() Then added the following messages to the server plugin: 1. save_playlist 2. rename_playlist 3. delete_playlist