if no other error happens, it should be status == DONE

This commit is contained in:
Andreas Öman 2008-02-10 13:34:13 +00:00
parent 52560ff58a
commit fcc75413b7

2
pvr.c
View file

@ -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: