[Pkg-mpd-commits] [python-mpd] 65/91: Add command outputvolume
Simon McVittie
smcv at debian.org
Sat Feb 24 14:55:37 UTC 2018
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian/master
in repository python-mpd.
commit f6f39837b3188f9926bbd020a4a974b8c9eb9445
Author: chme <christian.meffert at googlemail.com>
Date: Mon Oct 31 19:36:08 2016 +0100
Add command outputvolume
---
mpd/base.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mpd/base.py b/mpd/base.py
index 3f47548..7b055fa 100644
--- a/mpd/base.py
+++ b/mpd/base.py
@@ -290,8 +290,8 @@ class MPDClientBase(object):
'add', 'addtagid', 'clear', 'clearerror', 'cleartagid', 'consume',
'crossfade', 'delete', 'deleteid', 'disableoutput', 'enableoutput',
'findadd', 'load', 'mixrampdb', 'mixrampdelay', 'mount', 'move',
- 'moveid', 'next', 'password', 'pause', 'ping', 'play', 'playid',
- 'playlistadd', 'playlistclear', 'playlistdelete', 'playlistmove',
+ 'moveid', 'next', 'outputvolume', 'password', 'pause', 'ping', 'play',
+ 'playid', 'playlistadd', 'playlistclear', 'playlistdelete', 'playlistmove',
'previous', 'prio', 'prioid', 'random', 'rangeid', 'rename', 'repeat',
'replay_gain_mode', 'rm', 'save', 'searchadd', 'searchaddpl', 'seek',
'seekcur', 'seekid', 'sendmessage', 'setvol', 'shuffle', 'single',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git
More information about the Pkg-mpd-commits
mailing list