Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DVR: handle correctly the stop time updates when DVR is active for gi…
…ven entry, fixes #3795
  • Loading branch information
perexg committed May 13, 2016
1 parent 99f199f commit 115e1e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dvr/dvr_db.c
Expand Up @@ -1512,6 +1512,10 @@ static dvr_entry_t *_dvr_entry_update
de->de_stop_extra = stop_extra;
save |= DVR_UPDATED_STOP_EXTRA;
}
if (save & (DVR_UPDATED_STOP|DVR_UPDATED_STOP_EXTRA)) {
updated = 1;
dvr_entry_set_timer(de);
}
goto dosave;
}

Expand Down

0 comments on commit 115e1e0

Please sign in to comment.