From 924dbafec17585cb1c4c7241f972cca4c565099a Mon Sep 17 00:00:00 2001 From: DiMartinoXBMC Date: Wed, 18 Jan 2017 23:50:54 +0300 Subject: [PATCH] fix --- functions.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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