X-Git-Url: https://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=musicpd.py;h=f365bb021027948bf731e18dd5dc08d47a31575b;hp=6bb050990c900c6585bcb3c61ade7aa89eb3d0a2;hb=8d479631733614b46a786022a53c8e40a4e92a1b;hpb=129580789b889e62a473b5ebe4ffd3a3d3423848 diff --git a/musicpd.py b/musicpd.py index 6bb0509..f365bb0 100644 --- a/musicpd.py +++ b/musicpd.py @@ -131,6 +131,7 @@ class MPDClient(object): "searchaddpl": self._fetch_nothing, "update": self._fetch_item, "rescan": self._fetch_item, + "readcomments": self._fetch_object, # Sticker Commands "sticker get": self._fetch_item, "sticker set": self._fetch_nothing, @@ -145,6 +146,7 @@ class MPDClient(object): # Audio Output Commands "disableoutput": self._fetch_nothing, "enableoutput": self._fetch_nothing, + "toggleoutput": self._fetch_nothing, "outputs": self._fetch_outputs, # Reflection Commands "commands": self._fetch_list,