parent
56331bead5
commit
70632f1749
1 changed files with 3 additions and 0 deletions
|
@ -664,6 +664,9 @@ def hub(content_type):
|
|||
__build_folder(entry)
|
||||
elif content_type == 'image' and api.plex_type() == v.PLEX_TYPE_PHOTO:
|
||||
__build_folder(entry)
|
||||
else:
|
||||
# Needed for widgets, where no content_type is provided
|
||||
__build_folder(entry)
|
||||
xbmcplugin.endOfDirectory(
|
||||
handle=int(argv[1]),
|
||||
cacheToDisc=utils.settings('enableTextureCache') == 'true')
|
||||
|
|
Loading…
Reference in a new issue