Skip to content

Commit

Permalink
update for change in getCollections to not need details string
Browse files Browse the repository at this point in the history
  • Loading branch information
im85288 committed Dec 23, 2014
1 parent dc86e8f commit 0e50a07
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions resources/lib/SkinHelperThread.py
Expand Up @@ -162,7 +162,6 @@ def setImagesInCache(self):

def SetMB3WindowProperties(self, filter=None, shared=False ):
self.logMsg("[MB3 SkinHelper] setting skin properties...")

try:
#Get the global host variable set in settings
WINDOW = xbmcgui.Window( 10000 )
Expand All @@ -183,12 +182,10 @@ def SetMB3WindowProperties(self, filter=None, shared=False ):
collapseBoxSets = True #todo: get this from (skin)settings
useNextUpforInProgressTvShowsWidget = True #todo: get this from (skin)settings

allSections = MainModule.getCollections(MainModule.getDetailsString())
allSections = MainModule.getCollections()
collectionCount = 0
mode=0

for section in allSections:

details={'title' : section.get('title', 'Unknown') }

extraData={ 'fanart_image' : '' ,
Expand Down

0 comments on commit 0e50a07

Please sign in to comment.