test
This commit is contained in:
parent
4b41abc08f
commit
3151f9fcdc
@ -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)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user