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: