Skip to content

Commit b790f23

Browse files
author
Roman Miroshnychenko
committed
Removes forgotten legacy code
1 parent 40fe06f commit b790f23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def list_categories():
9494
# Iterate through categories
9595
for category in categories:
9696
# Create a list item with a text label and a thumbnail image.
97-
list_item = xbmcgui.ListItem(label=category, thumbnailImage=VIDEOS[category][0]['thumb'])
97+
list_item = xbmcgui.ListItem(label=category)
9898
# Set graphics (thumbnail, fanart, banner, poster, landscape etc.) for the list item.
9999
# Here we use the same image for all items for simplicity's sake.
100100
# In a real-life plugin you need to set each image accordingly.

0 commit comments

Comments
 (0)