diff options
Diffstat (limited to 'src/mpdpp.cpp')
-rw-r--r-- | src/mpdpp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mpdpp.cpp b/src/mpdpp.cpp index 3157e4bc..2088564b 100644 --- a/src/mpdpp.cpp +++ b/src/mpdpp.cpp @@ -537,7 +537,7 @@ void MPD::Connection::Shuffle() } } -bool MPD::Connection::ClearPlaylist() +bool MPD::Connection::ClearMainPlaylist() { if (!itsConnection) return false; @@ -997,7 +997,7 @@ bool MPD::Connection::DeleteID(unsigned id) return result; } -bool MPD::Connection::Delete(const std::string &playlist, unsigned pos) +bool MPD::Connection::PlaylistDelete(const std::string &playlist, unsigned pos) { if (!itsConnection) return false; |