From f4b5a28596049e4a7add507ef30e86cb70c59827 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 10 Apr 2019 16:33:17 +0200 Subject: [PATCH] doc/protocol: mention that stickers are only implemented for songs Closes https://github.com/MusicPlayerDaemon/MPD/issues/524 --- doc/protocol.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/protocol.rst b/doc/protocol.rst index d07b0a4bb..5ccbaa92f 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -1054,7 +1054,8 @@ Stickers "Stickers" [#since_0_15]_ are pieces of information attached to existing :program:`MPD` objects (e.g. song files, -directories, albums). Clients can create arbitrary name/value +directories, albums; but currently, they are only implemented for +song). Clients can create arbitrary name/value pairs. :program:`MPD` itself does not assume any special meaning in them.