Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DVR: Fix the stop time calculation in dvr_timer_start_recording()
  • Loading branch information
perexg committed Sep 14, 2014
1 parent 32664ac commit 74823d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dvr/dvr_db.c
Expand Up @@ -993,7 +993,7 @@ dvr_timer_start_recording(void *aux)
dvr_rec_subscribe(de);

gtimer_arm_abs(&de->de_timer, dvr_timer_stop_recording, de,
de->de_stop + (60 * de->de_stop_extra));
dvr_entry_get_stop_time(de));
}


Expand Down

0 comments on commit 74823d7

Please sign in to comment.