fix seekable status when service is already running, only show infobar if InfoBarShow...
[vuplus_dvbapp] / mytest.py
index 93c4214..8d8036b 100644 (file)
--- a/mytest.py
+++ b/mytest.py
@@ -174,7 +174,7 @@ class Session:
                # when execBegin opened a new dialog, don't bother showing the old one.
                if c == self.current_dialog and do_show:
                        c.show()
-               
+
        def execEnd(self, last=True):
                assert self.in_exec
                self.in_exec = False