[Pkg-mpd-commits] [python-mpd] 218/262: add command toggleoutput

Simon McVittie smcv at debian.org
Sun May 22 18:16:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch upstream
in repository python-mpd.

commit 9d79ba3395ffb4a8dfd2f5d28c783dab73b0ab3b
Author: Jörg Thalheim <joerg at higgsboson.tk>
Date:   Sun Nov 3 08:26:20 2013 +0100

    add command toggleoutput
---
 mpd.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mpd.py b/mpd.py
index 9f8cf51..ba90958 100644
--- a/mpd.py
+++ b/mpd.py
@@ -162,6 +162,7 @@ _commands = {
     # Audio Output Commands
     "disableoutput":      "_fetch_nothing",
     "enableoutput":       "_fetch_nothing",
+    "toggleoutput":       "_fetch_nothing",
     "outputs":            "_fetch_outputs",
     # Reflection Commands
     "config":             "_fetch_item",

-- 
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