fix
parent
f499dd8502
commit
924dbafec1
|
@ -2325,5 +2325,4 @@ def watched_seek(filename, ind):
|
||||||
ret = xbmcgui.Dialog().select(Localization.localize('Play (with seek)'), dialog_items)
|
ret = xbmcgui.Dialog().select(Localization.localize('Play (with seek)'), dialog_items)
|
||||||
if ret == 0:
|
if ret == 0:
|
||||||
return str(seek)
|
return str(seek)
|
||||||
else:
|
return '0'
|
||||||
return '0'
|
|
Loading…
Reference in New Issue