pull/15/head
DiMartinoXBMC 2017-01-18 23:50:54 +03:00
parent f499dd8502
commit 924dbafec1
1 changed files with 1 additions and 2 deletions

View File

@ -2325,5 +2325,4 @@ def watched_seek(filename, ind):
ret = xbmcgui.Dialog().select(Localization.localize('Play (with seek)'), dialog_items)
if ret == 0:
return str(seek)
else:
return '0'
return '0'