Skip to content

Commit

Permalink
Fix for setting EPG thread timer
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavion committed May 1, 2016
1 parent 3e68025 commit ce3c35d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tvstreamrecord.py
Expand Up @@ -433,6 +433,7 @@ def config_p():
for cfg in configdata:
if cfg[0]=="cfg_grab_time":
if cfg[1]!=config.cfg_grab_time:
config.cfg_grab_time = cfg[1]
grabthread.run()
config.setConfig(configdata)
return "null"
Expand Down

0 comments on commit ce3c35d

Please sign in to comment.