Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DVR: call dvr_entry_rerecord() in dvr_stop_recording
  • Loading branch information
perexg committed Oct 24, 2015
1 parent 948e557 commit fcf01a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dvr/dvr_db.c
Expand Up @@ -1427,6 +1427,8 @@ dvr_stop_recording(dvr_entry_t *de, int stopcode, int saveconf, int clone)
lang_str_get(de->de_title, NULL), DVR_CH_NAME(de),
dvr_entry_status(de));

dvr_entry_rerecord(de);

if (saveconf)
dvr_entry_save(de);

Expand Down

0 comments on commit fcf01a4

Please sign in to comment.