Implement creation, deletion and switching of playlists (Idlists)

This commit is contained in:
Thomas Frauendorfer 2008-02-08 14:36:30 +01:00
parent 0da2995880
commit d93f2ee188
14 changed files with 517 additions and 3 deletions

View file

@ -49,7 +49,7 @@ XConfig::value_get (QString key)
bool
XConfig::value_set (QString key, QString val)
{
/* Only send change request to server here
/* Only send change request to server from here
* update of local cache will be done through handle_config_value_changed
*/
if (!m_client->isConnected ()) {