Disable media autoplay by default
This commit is contained in:
parent
a0c3c80ee6
commit
723ff26c36
|
@ -34,7 +34,7 @@ static Parameter defconfig[ParameterLast] = {
|
||||||
[JavaScript] = { { .i = 1 }, },
|
[JavaScript] = { { .i = 1 }, },
|
||||||
[KioskMode] = { { .i = 0 }, },
|
[KioskMode] = { { .i = 0 }, },
|
||||||
[LoadImages] = { { .i = 1 }, },
|
[LoadImages] = { { .i = 1 }, },
|
||||||
[MediaManualPlay] = { { .i = 0 }, },
|
[MediaManualPlay] = { { .i = 1 }, },
|
||||||
[Plugins] = { { .i = 1 }, },
|
[Plugins] = { { .i = 1 }, },
|
||||||
[PreferredLanguages] = { { .v = (char *[]){ NULL } }, },
|
[PreferredLanguages] = { { .v = (char *[]){ NULL } }, },
|
||||||
[RunInFullscreen] = { { .i = 0 }, },
|
[RunInFullscreen] = { { .i = 0 }, },
|
||||||
|
|
Loading…
Reference in New Issue