X-Git-Url: https://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=musicpd.py;h=192f6f342c78a7bd349d2ad17aa8653ac853d2ef;hp=2e0f8b3194551b9562acbe45ada4457e3d39678b;hb=31b25f597c7e572317fbf27ededeed70dfd974b9;hpb=f4753ec92d1e68e46aceda30e31cfb78d5e9dbad diff --git a/musicpd.py b/musicpd.py index 2e0f8b3..192f6f3 100644 --- a/musicpd.py +++ b/musicpd.py @@ -220,6 +220,10 @@ class MPDClient: "kill": None, "password": self._fetch_nothing, "ping": self._fetch_nothing, + # Partition Commands + "partition": self._fetch_nothing, + "listpartitions": self._fetch_list, + "newpartition": self._fetch_nothing, # Audio Output Commands "disableoutput": self._fetch_nothing, "enableoutput": self._fetch_nothing,