From 811620c0a0e01f0016d259fc6bf01aaa3609f6fe Mon Sep 17 00:00:00 2001 From: cotko Date: Thu, 23 Mar 2017 14:23:01 +0100 Subject: [PATCH] Fix typo --- doc/user.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user.xml b/doc/user.xml index 865369c23..461d7f1b7 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -4080,7 +4080,7 @@ run (logical "and") can be used to select portions of the format string depending on the existing tag values. Example: - ~/.mpd/recorder/[%title|%name%].ogg + ~/.mpd/recorder/[%title%|%name%].ogg (use the "name" tag if no title exists)