Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DVR: turn the 'Use EPG running state' off by default
  • Loading branch information
perexg committed Nov 5, 2015
1 parent 20f1bf1 commit 4d32048
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dvr/dvr_config.c
Expand Up @@ -182,7 +182,6 @@ dvr_config_create(const char *name, const char *uuid, htsmsg_t *conf)
cfg->dvr_skip_commercials = 1;
dvr_charset_update(cfg, intlconv_filesystem_charset());
cfg->dvr_update_window = 24 * 3600;
cfg->dvr_running = 1;
cfg->dvr_pathname = strdup("$t$n.$x");

/* Muxer config */
Expand Down

0 comments on commit 4d32048

Please sign in to comment.