X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=mpd.py;h=9494b0e41d2fe1eea5e25f3e3c2037f23262200c;hp=f18356bc8934c4f491467e1bfaec5271aaf905c0;hb=df0be04d1d7299652a44ad53fc44e797f41de362;hpb=41739e1aecb43642963e2cbb6164994c841cee1d diff --git a/mpd.py b/mpd.py index f18356b..9494b0e 100644 --- a/mpd.py +++ b/mpd.py @@ -114,12 +114,14 @@ class MPDClient(object): # Database Commands "count": self._fetch_object, "find": self._fetch_songs, + "findadd": self._fetch_nothing, "list": self._fetch_list, "listall": self._fetch_database, "listallinfo": self._fetch_database, "lsinfo": self._fetch_database, "search": self._fetch_songs, "update": self._fetch_item, + "rescan": self._fetch_item, # Sticker Commands "sticker get": self._fetch_item, "sticker set": self._fetch_nothing,