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