Skip to content

Commit a9d22ac

Browse files
committed
Initialize empty context menu entry
1 parent 1fb50de commit a9d22ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

resources/lib/plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ def get_stream_url(station_id):
547547

548548
def __add_stations(stations, add_custom=False, browse_more=None):
549549
items = []
550+
context_menu = []
550551
my_station_ids = [int(item) for item in my_stations if item.isdigit()]
551552
for i, station in enumerate(stations):
552553
if station:

0 commit comments

Comments
 (0)