fix(plugin): fix stream quality bypass in nitroBypass (#57)
This commit is contained in:
parent
74c3930e0a
commit
175c1a78f8
|
@ -15,7 +15,9 @@ export default definePlugin({
|
||||||
replacement: [
|
replacement: [
|
||||||
"canUseAnimatedEmojis",
|
"canUseAnimatedEmojis",
|
||||||
"canUseEmojisEverywhere",
|
"canUseEmojisEverywhere",
|
||||||
"canUseHigherFramerate"
|
"canUseHighVideoQuality",
|
||||||
|
"canStreamHighQuality",
|
||||||
|
"canStreamMidQuality"
|
||||||
].map(func => {
|
].map(func => {
|
||||||
return {
|
return {
|
||||||
match: new RegExp(`${func}:function\\(.+?}`),
|
match: new RegExp(`${func}:function\\(.+?}`),
|
||||||
|
|
Loading…
Reference in a new issue