From a7f20fded103c4f348e99a0efe8225a915820685 Mon Sep 17 00:00:00 2001 From: faush01 Date: Mon, 10 Nov 2014 17:41:59 +1100 Subject: [PATCH] add self to downloadutils --- resources/lib/ItemInfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/ItemInfo.py b/resources/lib/ItemInfo.py index 8f19b8d..dca1749 100644 --- a/resources/lib/ItemInfo.py +++ b/resources/lib/ItemInfo.py @@ -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)