mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 09:56:24 +00:00
Update src/plugins/NeverPausePreviews/index.ts
Co-authored-by: goodbee <100511746+schoeneBiene@users.noreply.github.com>
This commit is contained in:
parent
4e17dfcc65
commit
5c897f4e0e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export default definePlugin({
|
|||
{ //in-call player patch #1 (keep stream playing)
|
||||
find: "VideoStreamFit:",
|
||||
replacement: {
|
||||
match: /paused:.{1,2}}\)/,
|
||||
match: /paused:\i}\)/,
|
||||
replace: "paused:false})"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue