fix to allow compile

This commit is contained in:
kaitlynkittyy 2024-04-07 17:27:49 -04:00
parent 040a82c8fc
commit c5716371a6

View file

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