remove unrelated edit

This commit is contained in:
ading2210 2024-05-08 17:06:07 -07:00
parent 0451ddf33a
commit e6467ea211

View file

@ -63,20 +63,6 @@ addPatch({
match: /this.localWant=/,
replace: "$self.patchStreamQuality(this);$&"
}
},
{
find: "x-google-max-bitrate",
replacement: [
{
// eslint-disable-next-line no-useless-escape
match: /"x-google-max-bitrate=".concat\(\i\)/,
replace: '"x-google-max-bitrate=".concat("80_000")'
},
{
match: /;level-asymmetry-allowed=1/,
replace: ";b=AS:800000;level-asymmetry-allowed=1"
}
]
}
],
patchStreamQuality(opts: any) {
@ -534,4 +520,4 @@ function ModalComponent({
</Modals.ModalFooter>
</Modals.ModalRoot>
);
}
}