doc/protocol.rst: fix misnamed priority filter
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1443
This commit is contained in:
parent
8e99448819
commit
ee8d5f18ef
|
@ -220,7 +220,7 @@ of:
|
|||
matches the audio format with the given mask (i.e. one
|
||||
or more attributes may be ``*``).
|
||||
|
||||
- ``(priority >= 42)``:
|
||||
- ``(prio >= 42)``:
|
||||
compares the priority of queued songs.
|
||||
|
||||
- ``(!EXPRESSION)``: negate an expression. Note that each expression
|
||||
|
|
Loading…
Reference in New Issue