Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update dvr_config.c
  • Loading branch information
Mark Clarkstone authored and perexg committed Nov 10, 2015
1 parent 722a0e8 commit 48479b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dvr/dvr_config.c
Expand Up @@ -856,7 +856,7 @@ const idclass_t dvr_config_class = {
{
.type = PT_U32,
.id = "epg-update-window",
.name = N_("EPG Update window"),
.name = N_("EPG update window"),
.off = offsetof(dvr_config_t, dvr_update_window),
.list = dvr_config_entry_class_update_window_list,
.def.u32 = 24*3600,
Expand Down

0 comments on commit 48479b1

Please sign in to comment.