Add default value for mediatype
The cover art should only affect primary posters for video library, nothing else.
This commit is contained in:
parent
7dfe572a2c
commit
26448574d4
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ class API():
|
||||||
tempDate = "01.01.2000"
|
tempDate = "01.01.2000"
|
||||||
return tempDate
|
return tempDate
|
||||||
|
|
||||||
def getArtwork(self, data, type, mediaType, index = "0", userParentInfo = False):
|
def getArtwork(self, data, type, mediaType = "", index = "0", userParentInfo = False):
|
||||||
|
|
||||||
addonSettings = xbmcaddon.Addon(id='plugin.video.emby')
|
addonSettings = xbmcaddon.Addon(id='plugin.video.emby')
|
||||||
id = data.get("Id")
|
id = data.get("Id")
|
||||||
|
|
Loading…
Reference in a new issue