Skip to content

Commit

Permalink
Merge pull request #846 from MrServo/master
Browse files Browse the repository at this point in the history
[TVSpielfilm] 1.4 bugfixed 'TVS-EPG Datenupdate'
  • Loading branch information
jbleyel authored Feb 21, 2025
2 parents 67a4dc6 + ed60505 commit 82af30d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TVSpielfilm/src/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1589,10 +1589,10 @@ def returnOk2(self, answer):
if answer:
if answer[1] == 1:
self.updateStop = False
callInThread(self.updateFutureEPG, visible=True, forceRefresh=False)
callInThread(self.updateFutureEPG, forceRefresh=False)
elif answer[1] == 2:
self.updateStop = False
callInThread(self.updateFutureEPG, visible=True)
callInThread(self.updateFutureEPG)
self.showTVtipsBox()

def returnOk3(self, answer):
Expand Down

0 comments on commit 82af30d

Please sign in to comment.