handle possible errors while saving playlist properly
This commit is contained in:
@@ -184,7 +184,7 @@ namespace MPD
|
||||
bool CommitCommandsList();
|
||||
|
||||
bool DeletePlaylist(const std::string &);
|
||||
bool SavePlaylist(const std::string &);
|
||||
int SavePlaylist(const std::string &);
|
||||
void ClearPlaylist(const std::string &);
|
||||
void AddToPlaylist(const std::string &, const Song &);
|
||||
void AddToPlaylist(const std::string &, const std::string &);
|
||||
|
||||
Reference in New Issue
Block a user