]> kaliko git repositories - python-musicpd.git/blobdiff - musicpd.py
Adds support for partition commands
[python-musicpd.git] / musicpd.py
index 2e0f8b3194551b9562acbe45ada4457e3d39678b..192f6f342c78a7bd349d2ad17aa8653ac853d2ef 100644 (file)
@@ -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,