diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/Internet.m3u.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Internet.m3u.sh b/bin/Internet.m3u.sh index 4c181d1..5edf5e5 100755 --- a/bin/Internet.m3u.sh +++ b/bin/Internet.m3u.sh @@ -3,7 +3,7 @@ # Updates the internet radio playlist for MPD # Best run from a cronjob -RUHIT=$(curl -s http://ruhit.fm/player.htm | grep ruhit_56 \ +RUHIT=$(curl -s http://ruhit.fm/player.htm | grep ruhit_64 \ | sed -e 's/.*="//g;s/".*//g') cat <<EOF > /var/lib/mpd/playlists/Internet.m3u |