]> kaliko git repositories - python-musicpd.git/commitdiff
Add stickernamestypes and stickertypes commands
authorKaliko Jack <kaliko@azylum.org>
Sun, 23 Mar 2025 11:47:40 +0000 (12:47 +0100)
committerKaliko Jack <kaliko@azylum.org>
Sun, 23 Mar 2025 12:04:41 +0000 (13:04 +0100)
CHANGES.txt
musicpd.py

index a082fa49a238337ad13c8fdbf66c5bc2e3c81558..1e5758a344df1e2a0031a5aab7ef0d52189a96c4 100644 (file)
@@ -6,6 +6,7 @@ Changes in 0.9.2
 
  * Add missing build-backend in pyproject.toml
  * Add protocol commands
+ * Add stickernamestypes and stickertypes commands
 
 Changes in 0.9.1
 ----------------
index 64c57d017cb21db9e155c2124e2cceb5ca7aa530..df6aaee55b6b673924a737aa41c8aa3abe328148 100644 (file)
@@ -282,6 +282,8 @@ class MPDClient:
             "sticker list":       self._fetch_list,
             "sticker find":       self._fetch_songs,
             "stickernames":       self._fetch_list,
+            "stickertypes":       self._fetch_list,
+            "stickernamestypes":  self._fetch_list,
             # Connection settings # connection-settings
             "close":              None,
             "kill":               None,