This commit is contained in:
deathbybandaid 2020-12-06 10:30:59 -05:00
parent 4b41abc08f
commit 3151f9fcdc

View File

@ -23,7 +23,7 @@ class OriginChannels():
"callsign": channel_dict["callsign"], "callsign": channel_dict["callsign"],
"number": str(channel_dict["number"]), "number": str(channel_dict["number"]),
"id": str(channel_dict["guid"]["value"]), "id": str(channel_dict["guid"]["value"]),
"thumbnail": "https://image.xumo.com/v1/channels/channel/%s/300x300.png?type=color_onBlack" % str(channel_dict["guid"]["value"]) "thumbnail": "https://image.xumo.com/v1/channels/channel/%s/512x512.png?type=color_onBlack" % str(channel_dict["guid"]["value"])
} }
channel_list.append(clean_station_item) channel_list.append(clean_station_item)