Skip to content

Commit

Permalink
Add command addtagid/cleartagid
Browse files Browse the repository at this point in the history
  • Loading branch information
equalsraf committed Nov 19, 2014
1 parent 1c7e8f2 commit 597296f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mpd.py
Expand Up @@ -105,6 +105,8 @@ def _dummy(*args):
# Playlist Commands
"add": "_fetch_nothing",
"addid": "_fetch_item",
"addtagid": "_fetch_nothing",
"cleartagid": "_fetch_nothing",
"clear": "_fetch_nothing",
"delete": "_fetch_nothing",
"deleteid": "_fetch_nothing",
Expand Down

0 comments on commit 597296f

Please sign in to comment.