]> kaliko git repositories - python-musicpdaio.git/commitdiff
Add stickernames command
authorkaliko <kaliko@azylum.org>
Sun, 1 Sep 2024 17:27:18 +0000 (19:27 +0200)
committerkaliko <kaliko@azylum.org>
Sun, 1 Sep 2024 17:27:18 +0000 (19:27 +0200)
doc/source/commands.rst
mpdaio/client.py

index 03d0b0793c612e7e332c0098a1b2ec1235a32add..2bf131d76fc47eb893666742dda68a3f1ca21239 100644 (file)
@@ -109,6 +109,7 @@ Sticker Commands
 * sticker delete
 * sticker list
 * sticker find
+* stickernames
 
 Connection Commands
 ^^^^^^^^^^^^^^^^^^^
index 2eeebc1fedf06c6151088ba98e1bac635a81e1b6..651cfb85fdcb0ae8eb05ac60daad3e36312cfd68 100644 (file)
@@ -231,6 +231,7 @@ class CmdHandler:
             "sticker delete":     self._fetch_nothing,
             "sticker list":       self._fetch_list,
             "sticker find":       self._fetch_songs,
+            "stickernames":       self._fetch_list,
             # Connection Commands
             "close":              None,
             "kill":               None,