Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dvr autorec: time window is in minutes, not seconds
  • Loading branch information
perexg committed Dec 25, 2014
1 parent 74090c6 commit 159efe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dvr/dvr_autorec.c
Expand Up @@ -541,7 +541,7 @@ dvr_autorec_entry_class_time_list_(void *o)
static htsmsg_t *
dvr_autorec_entry_class_time_window_list(void *o)
{
return dvr_entry_class_duration_list(o, "Exact", 24*60, 60);
return dvr_entry_class_duration_list(o, "Exact", 24*60, 1);
}

static htsmsg_t *
Expand Down

0 comments on commit 159efe7

Please sign in to comment.