actions: get deleting/cropping/clearing playlists right

This commit is contained in:
Andrzej Rybczak
2012-09-04 22:55:01 +02:00
parent ef55093586
commit a351d07eff
4 changed files with 127 additions and 117 deletions

View File

@@ -125,7 +125,7 @@ namespace MPD
void Swap(unsigned, unsigned);
void Seek(unsigned);
void Shuffle();
bool ClearPlaylist();
bool ClearMainPlaylist();
bool isPlaying() const { return GetState() > psStop; }
@@ -184,7 +184,7 @@ namespace MPD
bool Add(const std::string &path);
bool Delete(unsigned);
bool DeleteID(unsigned);
bool Delete(const std::string &, unsigned);
bool PlaylistDelete(const std::string &, unsigned);
void StartCommandsList();
bool CommitCommandsList();