if recording status is cleared, save db
This commit is contained in:
parent
d486abcb84
commit
fb21a6bafd
1 changed files with 1 additions and 0 deletions
1
pvr.c
1
pvr.c
|
@ -230,6 +230,7 @@ pvr_event_record_op(th_channel_t *ch, event_t *e, recop_t op)
|
|||
case HTSTV_PVR_STATUS_BUFFER_ERROR:
|
||||
pvr_free(pvrr);
|
||||
pvrr = NULL;
|
||||
pvr_database_save();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue