From 8116f1b3880db806b2ddb44f36c63df0616f7d63 Mon Sep 17 00:00:00 2001 From: elpatron68 Date: Sat, 27 Jul 2019 19:06:55 +0200 Subject: [PATCH] =?UTF-8?q?We=20don=C2=B4t=20need=20the=20url=20here?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- radiobrowser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiobrowser.py b/radiobrowser.py index c9bf04f..c52010c 100644 --- a/radiobrowser.py +++ b/radiobrowser.py @@ -7,7 +7,7 @@ def getstations_byname(query): stations = [] for st in results: try: - url = rb.playable_station(st['id'])['url'] + # url = rb.playable_station(st['id'])['url'] station = {'stationname': st['name'], 'url': url, 'id':st['id']} stations.append(station) except: