fix to allow compile
This commit is contained in:
parent
040a82c8fc
commit
c5716371a6
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ addPatch({
|
||||||
{
|
{
|
||||||
find: "x-google-max-bitrate",
|
find: "x-google-max-bitrate",
|
||||||
replacement: {
|
replacement: {
|
||||||
|
// eslint-disable-next-line no-useless-escape
|
||||||
match: /"x-google-max-bitrate=".concat\(\i\)/,
|
match: /"x-google-max-bitrate=".concat\(\i\)/,
|
||||||
replace: '"x-google-max-bitrate=".concat("80_000")'
|
replace: '"x-google-max-bitrate=".concat("80_000")'
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue