We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb50de commit a9d22acCopy full SHA for a9d22ac
1 file changed
resources/lib/plugin.py
@@ -547,6 +547,7 @@ def get_stream_url(station_id):
547
548
def __add_stations(stations, add_custom=False, browse_more=None):
549
items = []
550
+ context_menu = []
551
my_station_ids = [int(item) for item in my_stations if item.isdigit()]
552
for i, station in enumerate(stations):
553
if station:
0 commit comments