fix: restore mpd in paused
This commit is contained in:
parent
6215d6772d
commit
b65019937f
1 changed files with 4 additions and 1 deletions
|
@ -7,9 +7,12 @@ log_file "syslog"
|
||||||
# The music directory is by default the XDG directory, uncomment to amend and choose a different directory
|
# 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
|
# Refresh the database whenever files in the music_directory are changed
|
||||||
auto_update "yes"
|
auto_update "yes"
|
||||||
|
|
||||||
|
# Restore in paused mode
|
||||||
|
restore_paused "yes"
|
||||||
|
|
||||||
# Uncomment to enable the functionalities
|
# Uncomment to enable the functionalities
|
||||||
playlist_directory "~/.config/mpd/playlists"
|
playlist_directory "~/.config/mpd/playlists"
|
||||||
pid_file "~/.config/mpd/pid"
|
pid_file "~/.config/mpd/pid"
|
||||||
|
|
Loading…
Reference in a new issue