Prettify
This commit is contained in:
parent
4285e8f28a
commit
d4e15d6dfb
1 changed files with 1 additions and 2 deletions
|
@ -561,8 +561,7 @@ def getOnDeck(viewid, mediatype, tagname, limit):
|
||||||
api.plex_type(),
|
api.plex_type(),
|
||||||
api.file_name(force_first_media=True)))
|
api.file_name(force_first_media=True)))
|
||||||
if api.resume_point():
|
if api.resume_point():
|
||||||
listitem.setProperty('resumetime',
|
listitem.setProperty('resumetime', str(api.resume_point()))
|
||||||
str(api.resume_point()))
|
|
||||||
xbmcplugin.addDirectoryItem(
|
xbmcplugin.addDirectoryItem(
|
||||||
handle=HANDLE,
|
handle=HANDLE,
|
||||||
url=url,
|
url=url,
|
||||||
|
|
Loading…
Reference in a new issue