if no other error happens, it should be status == DONE
This commit is contained in:
parent
52560ff58a
commit
fcc75413b7
1 changed files with 2 additions and 0 deletions
2
pvr.c
2
pvr.c
|
@ -555,6 +555,8 @@ pvrr_fsm(pvr_rec_t *pvrr)
|
|||
pvrr->pvrr_s = subscription_create(pvrr->pvrr_channel, 1000, "pvr",
|
||||
pvrr_subscription_callback,
|
||||
pvrr);
|
||||
pvrr->pvrr_error = HTSTV_PVR_STATUS_DONE; /* assume everything will
|
||||
work out ok */
|
||||
break;
|
||||
|
||||
case HTSTV_PVR_STATUS_RECORDING:
|
||||
|
|
Loading…
Add table
Reference in a new issue