fixed issue with recently added episodes Entry

support for Kodi 16 in entrypoints creation
This commit is contained in:
Marcel van der Veldt 2015-07-27 19:41:01 +02:00
parent 9c639d47ca
commit 214dc1ed87
3 changed files with 4 additions and 6 deletions

View file

@ -27,7 +27,6 @@ def doPlayback(id):
result = DownloadUtils().downloadUrl(url)
item = PlaybackUtils().PLAY(result, setup="default")
#### DO RESET AUTH #####
def resetAuth():
# User tried login and failed too many times
@ -640,7 +639,6 @@ def getExtraFanArt():
#always do endofdirectory to prevent errors in the logs
xbmcplugin.endOfDirectory(int(sys.argv[1]))
def addDirectoryItem(label, path, folder=True):
li = xbmcgui.ListItem(label, path=path)
li.setThumbnailImage("special://home/addons/plugin.video.emby/icon.png")