hopefully this works im bad at regex

This commit is contained in:
kaitlynkittyy 2024-04-07 15:13:45 -04:00
parent 03a180636e
commit dcf18adb28

View file

@ -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")'
}
},