X-Git-Url: https://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=musicpd.py;h=82a60854c85c7ba1c30a57952d2f698a184dc29a;hp=df2c923560c01bf5484d4aec78a59726fd960e0b;hb=2dfdc858438dd13fe3d7befb04113df4b38101a5;hpb=49b0bba9011b6af47830856ce14d994e47576fb8 diff --git a/musicpd.py b/musicpd.py index df2c923..82a6085 100644 --- a/musicpd.py +++ b/musicpd.py @@ -173,6 +173,7 @@ class MPDClient: "random": self._fetch_nothing, "repeat": self._fetch_nothing, "setvol": self._fetch_nothing, + "getvol": self._fetch_object, "single": self._fetch_nothing, "replay_gain_mode": self._fetch_nothing, "replay_gain_status": self._fetch_item,