mirror of
https://github.com/jellyfin/jellycon.git
synced 2024-11-27 16:20:44 +00:00
add self to downloadutils
This commit is contained in:
parent
2d592e0fdc
commit
a7f20fded1
@ -257,7 +257,7 @@ class ItemInfo(xbmcgui.WindowXMLDialog):
|
||||
actionUrl = "plugin://plugin.video.mbcon?mode=" + str(_MODE_PERSON_DETAILS) +"&name=" + baseName
|
||||
|
||||
if(tag != None and len(tag) > 0):
|
||||
thumbPath = downloadUtils.imageUrl(id, "Primary", 0, 400, 400)
|
||||
thumbPath = self.downloadUtils.imageUrl(id, "Primary", 0, 400, 400)
|
||||
listItem = xbmcgui.ListItem(label=displayName, label2=role, iconImage=thumbPath, thumbnailImage=thumbPath)
|
||||
else:
|
||||
listItem = xbmcgui.ListItem(label=displayName, label2=role)
|
||||
|
Loading…
Reference in New Issue
Block a user