new feature: add random songs to playlist

This commit is contained in:
Andrzej Rybczak
2009-05-24 22:30:02 +02:00
parent 5f5d6bf03f
commit dd266b0103
6 changed files with 59 additions and 1 deletions

View File

@@ -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;