Quick fix for streaming samplerate error in mpd config file

This commit is contained in:
Pecusx
2017-06-04 19:50:52 +02:00
committed by GitHub
parent 6c784de9cc
commit 3690e3f3d2
+3
View File
@@ -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