diff options
author | Max Kellermann <max@duempel.org> | 2015-01-16 17:27:19 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-16 17:27:19 +0100 |
commit | 384b6c82881e26b1b1995cdc6d90683b8b5c1201 (patch) | |
tree | 0f8abb77ee07b6e4351ac68f882aa03bc27e6394 /doc/protocol.xml | |
parent | a2af158fd33631d201c9a519911e82ff0a47a923 (diff) | |
download | mpd-384b6c82881e26b1b1995cdc6d90683b8b5c1201.tar.gz mpd-384b6c82881e26b1b1995cdc6d90683b8b5c1201.tar.xz mpd-384b6c82881e26b1b1995cdc6d90683b8b5c1201.zip |
doc/protocol: "playlistsearch" is case insensitive
Diffstat (limited to '')
-rw-r--r-- | doc/protocol.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 05468e535..839aa2d03 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -1141,7 +1141,7 @@ OK </term> <listitem> <para> - Searches case-sensitively for partial matches in the + Searches case-insensitively for partial matches in the current playlist. </para> </listitem> |