From 2f832fb99ce5b08e2b540fb2f93a2f92344f6a91 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Mon, 22 Jan 2024 17:56:10 -0500 Subject: Fix mpd port being missing --- dotfiles/mpdconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3