[Pkg-mpd-commits] [python-mpd] 240/262: Add command addtagid/cleartagid

Simon McVittie smcv at debian.org
Sun May 22 18:16:52 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 597296f3cd07ec059dff4dfa98785d5d2db8eb30
Author: Rui Abreu Ferreira <raf-ep at gmx.com>
Date:   Wed Nov 19 16:13:31 2014 +0000

    Add command addtagid/cleartagid
---
 mpd.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mpd.py b/mpd.py
index 868ff7b..50d231d 100644
--- a/mpd.py
+++ b/mpd.py
@@ -105,6 +105,8 @@ _commands = {
     # Playlist Commands
     "add":                "_fetch_nothing",
     "addid":              "_fetch_item",
+    "addtagid":           "_fetch_nothing",
+    "cleartagid":         "_fetch_nothing",
     "clear":              "_fetch_nothing",
     "delete":             "_fetch_nothing",
     "deleteid":           "_fetch_nothing",

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