fix: restore mpd in paused

This commit is contained in:
Tobias Reisinger 2020-01-17 22:19:50 +01:00
parent 6215d6772d
commit b65019937f

View file

@ -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"