From c91db14cef48116217ef97785643dfbdd4e99ddf Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Fri, 20 Jul 2018 23:47:39 +0200 Subject: [PATCH] add missing formatting --- doc/user.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user.rst b/doc/user.rst index f0c6b42fd..8fd1acd60 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -836,10 +836,10 @@ Common Problems Question: I can't see my music in the MPD database! %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -* Check your music_directory setting. +* Check your :code:`music_directory` setting. * Does the MPD user have read permission on all music files, and read+execute permission on all music directories (and all of their parent directories)? * Did you update the database? (mpc update) -* Did you enable all relevant decoder plugins at compile time? mpd --version will tell you. +* Did you enable all relevant decoder plugins at compile time? :command:`mpd --version` will tell you. Question: MPD doesn't read ID3 tags! %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%