Skip to content

Commit

Permalink
Remove fallback to icon.png for folder listings
Browse files Browse the repository at this point in the history
  • Loading branch information
cas-- committed Feb 16, 2019
1 parent 774702e commit d26e549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.video.redbulltv/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def add_items(self, items):
list_item = xbmcgui.ListItem(
item.get("title"),
iconImage="DefaultFolder.png",
thumbnailImage=item.get("image", self.icon),
thumbnailImage=item.get("image"),
)
list_item.setInfo(
type="Video",
Expand Down

0 comments on commit d26e549

Please sign in to comment.