mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
[NeverPausePreviews] Update in-call player patch #1
This commit is contained in:
parent
87ae710e3b
commit
fb202f027a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export default definePlugin({
|
||||||
{ //in-call player patch #1 (keep stream playing)
|
{ //in-call player patch #1 (keep stream playing)
|
||||||
find: /videoComponent:.{1,2},className:/,
|
find: /videoComponent:.{1,2},className:/,
|
||||||
replacement: {
|
replacement: {
|
||||||
match: "paused:p})",
|
match: /paused:.{1,2}}\)/,
|
||||||
replace: "paused:false})"
|
replace: "paused:false})"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue