new feature: add random songs to playlist
This commit is contained in:
@@ -148,6 +148,7 @@ namespace MPD
|
||||
|
||||
int AddSong(const std::string &); // returns id of added song
|
||||
int AddSong(const Song &); // returns id of added song
|
||||
bool AddRandomSongs(size_t);
|
||||
void Delete(int) const;
|
||||
void DeleteID(int) const;
|
||||
void Delete(const std::string &, int) const;
|
||||
|
||||
Reference in New Issue
Block a user