diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-03-24 00:48:19 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-03-24 00:48:19 +0000 |
commit | 631448798218713601ee8071de71c718028a9dc8 (patch) | |
tree | 36bc1f2ce9a86f5c5e8868d38ae2bc7688a9dfad /doc/mpdconf.example | |
parent | 9dcc46e082f7cbd4ba903ec3c0ba0fad0df8313c (diff) | |
download | mpd-631448798218713601ee8071de71c718028a9dc8.tar.gz mpd-631448798218713601ee8071de71c718028a9dc8.tar.xz mpd-631448798218713601ee8071de71c718028a9dc8.zip |
git-svn-id: https://svn.musicpd.org/mpd/trunk@435 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r-- | doc/mpdconf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 1cb33fd32..a9775335e 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -5,7 +5,7 @@ ########## REQUIRED ############### port "2100" -music_directory "~/mp3" +music_directory "~/music" playlist_directory "~/playlists" log_file "~/mpd.log" error_file "~/mpd.error" |