Rename config attribute 'muxfile' to 'dvbmuxfile'
This commit is contained in:
parent
789b2ca289
commit
7ff8aa9ac7
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ dvb_mux_setup(void)
|
|||
{
|
||||
const char *s;
|
||||
|
||||
s = config_get_str("muxfile", NULL);
|
||||
s = config_get_str("dvbmuxfile", NULL);
|
||||
if(s != NULL)
|
||||
dvb_muxfile_add(s);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue