Send status notification when grabber changes
This commit is contained in:
parent
35d84f0949
commit
0a89af6c28
1 changed files with 1 additions and 0 deletions
|
@ -609,6 +609,7 @@ icom_cb(void *opaque, htsmsg_t *m)
|
|||
xg->xg_status = v;
|
||||
dtimer_arm(&xg->xg_grab_timer, regrab, xg, v == XMLTV_GRAB_OK ? 3600 : 60);
|
||||
dtimer_arm(&xg->xg_xfer_timer, xmltv_xfer, xg, 1);
|
||||
notify_xmltv_grabber_status_change(xg);
|
||||
}
|
||||
htsmsg_destroy(m);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue