diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2012-08-14 18:54:55 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2012-08-14 18:54:55 +0200 |
commit | 2096181eb149b358658c35cb32c5f003799d7383 (patch) | |
tree | 328ebb27da65d2e69a6667d66e28c18e55603b9d /src/mpdpp.h | |
parent | 77a3c73d9c45cb0e0688a7d26092995f92dbbeb8 (diff) |
playlist editor: disallow cropping/clearing filtered playlists
Diffstat (limited to 'src/mpdpp.h')
-rw-r--r-- | src/mpdpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpdpp.h b/src/mpdpp.h index 0a569378..70a07ccb 100644 --- a/src/mpdpp.h +++ b/src/mpdpp.h @@ -190,7 +190,7 @@ namespace MPD bool DeletePlaylist(const std::string &); bool LoadPlaylist(const std::string &name); int SavePlaylist(const std::string &); - void ClearPlaylist(const std::string &); + bool ClearPlaylist(const std::string &); void AddToPlaylist(const std::string &, const Song &); void AddToPlaylist(const std::string &, const std::string &); bool Move(const std::string &, int, int); |