Skip to content

Commit

Permalink
show first item's background art on home hub
Browse files Browse the repository at this point in the history
  • Loading branch information
pannal committed Sep 2, 2018
1 parent 3e4273b commit c9bfd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/windows/home.py
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ def _showHub(self, hub, hubitems=None, index=None, with_progress=False, with_art
items = []

for obj in hubitems or hub.items:
if not self.backgroundSet and util.advancedSettings.dynamicBackgrounds:
if not self.backgroundSet:
self.backgroundSet = True
self.setProperty(
'background', util.backgroundFromArt(obj.art, width=self.width, height=self.height)
Expand Down

0 comments on commit c9bfd59

Please sign in to comment.