From 3690e3f3d24e4c2918db53c61d83ea4f82330ec4 Mon Sep 17 00:00:00 2001 From: Pecusx Date: Sun, 4 Jun 2017 19:50:52 +0200 Subject: [PATCH] Quick fix for streaming samplerate error in mpd config file --- html/scripts/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/scripts/update.sh b/html/scripts/update.sh index 093b662..009bb47 100644 --- a/html/scripts/update.sh +++ b/html/scripts/update.sh @@ -6,3 +6,6 @@ #dpkg --force-all -i /usr/share/radio/software/mpd_0.19.12-1~bpo8+1_armhf.deb #cp /usr/share/radio/mpd.conf /etc/mpd.conf #rm /usr/share/radio/mpd.conf + +# Quick fix for streaming samplerate error in mpd config file +sed -i -e 's/41000:16:2/44100:16:2/g' /etc/mpd.conf