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

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