From 42d8a45edeeac83311c4816ad7eb3ef0bb331f46 Mon Sep 17 00:00:00 2001 From: Alf Otto Fagermo Date: Tue, 1 Nov 2016 01:57:11 +0100 Subject: [PATCH] Update radio102.rb www gives error, while non-www works. --- lib/stations/radio102.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/stations/radio102.rb b/lib/stations/radio102.rb index 9f8cea2..2468bf2 100644 --- a/lib/stations/radio102.rb +++ b/lib/stations/radio102.rb @@ -2,11 +2,11 @@ module Station class Radio102 < Format::JSON config do id "radio102" - url "http://www.radio102.no/ajax.lastplayed.php" + url "http://radio102.no/ajax.lastplayed.php" end def process { song: data["title"], artist: data["artist"] } end end -end \ No newline at end of file +end