fix: back to uppercase directory names
This commit is contained in:
parent
490c978990
commit
6215d6772d
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ db_file "~/.config/mpd/database"
|
|||
log_file "syslog"
|
||||
|
||||
# The music directory is by default the XDG directory, uncomment to amend and choose a different directory
|
||||
music_directory "~/music"
|
||||
music_directory "~/Music"
|
||||
|
||||
# Uncomment to refresh the database whenever files in the music_directory are changed
|
||||
auto_update "yes"
|
||||
|
|
|
@ -17,7 +17,7 @@ mpd_port = 6600
|
|||
mpd_connection_timeout = 5
|
||||
|
||||
## Needed for tag editor and file operations to work.
|
||||
mpd_music_dir = ~/music
|
||||
mpd_music_dir = ~/Music
|
||||
|
||||
mpd_crossfade_time = 5
|
||||
|
||||
|
|
Loading…
Reference in a new issue