aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2024-01-22 17:56:10 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2024-01-22 17:56:10 -0500
commit2f832fb99ce5b08e2b540fb2f93a2f92344f6a91 (patch)
treef143f99f45889db7d9a31e582d26acab397aeb66
parent80f30a70e631f356c76fe8fba7a79c1ebb7e8399 (diff)
downloaddotfiles-2f832fb99ce5b08e2b540fb2f93a2f92344f6a91.tar.gz
dotfiles-2f832fb99ce5b08e2b540fb2f93a2f92344f6a91.tar.xz
Fix mpd port being missing
-rw-r--r--dotfiles/mpdconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/mpdconf b/dotfiles/mpdconf
index 2f994c4..c6808f9 100644
--- a/dotfiles/mpdconf
+++ b/dotfiles/mpdconf
@@ -30,4 +30,4 @@ sticker_file "~/.mpd.sticker.sql"
# bind_to_address "0.0.0.0"
# bind_to_address "::1"
bind_to_address "localhost"
-# port "6600"
+port "6600"