diff --git a/functions.py b/functions.py index 04d337e..12990a9 100644 --- a/functions.py +++ b/functions.py @@ -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' \ No newline at end of file + return '0' \ No newline at end of file