if recording status is cleared, save db

This commit is contained in:
Andreas Öman 2007-11-19 21:52:43 +00:00
parent d486abcb84
commit fb21a6bafd

1
pvr.c
View file

@ -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;
}
}