Delete obsolete code
This commit is contained in:
parent
ad3c0a51d5
commit
777b9e15e4
1 changed files with 0 additions and 2 deletions
|
@ -901,8 +901,6 @@ def __build_item(xml_element, direct_paths):
|
||||||
url = api.get_picture_path()
|
url = api.get_picture_path()
|
||||||
else:
|
else:
|
||||||
url = api.path(direct_paths=direct_paths)
|
url = api.path(direct_paths=direct_paths)
|
||||||
if api.resume_point():
|
|
||||||
listitem.setProperty('resumetime', str(api.resume_point()))
|
|
||||||
xbmcplugin.addDirectoryItem(handle=int(argv[1]),
|
xbmcplugin.addDirectoryItem(handle=int(argv[1]),
|
||||||
url=url,
|
url=url,
|
||||||
listitem=listitem)
|
listitem=listitem)
|
||||||
|
|
Loading…
Reference in a new issue