made better
This commit is contained in:
parent
dcf18adb28
commit
27321eb3c7
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ addPatch({
|
||||||
{
|
{
|
||||||
find: "x-google-max-bitrate",
|
find: "x-google-max-bitrate",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /"x-google-max-bitrate=".concat\([a-zA-Z]+\)/,
|
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