hopefully this works im bad at regex
This commit is contained in:
parent
03a180636e
commit
dcf18adb28
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ addPatch({
|
|||
{
|
||||
find: "x-google-max-bitrate",
|
||||
replacement: {
|
||||
match: /"x-google-max-bitrate=".concat\(*\)/,
|
||||
match: /"x-google-max-bitrate=".concat\([a-zA-Z]+\)/,
|
||||
replace: '"x-google-max-bitrate=".concat("80_000")'
|
||||
}
|
||||
},
|
||||
|
|
Reference in a new issue