support adding last.fm streams to playlist

This commit is contained in:
Andrzej Rybczak
2010-08-23 17:12:56 +02:00
parent 638fab8535
commit c63780e6e6
3 changed files with 19 additions and 1 deletions

View File

@@ -184,6 +184,7 @@ namespace MPD
bool CommitCommandsList();
bool DeletePlaylist(const std::string &);
bool LoadPlaylist(const std::string &name);
int SavePlaylist(const std::string &);
void ClearPlaylist(const std::string &);
void AddToPlaylist(const std::string &, const Song &);