Update src/plugins/NeverPausePreviews/index.ts

Co-authored-by: goodbee <100511746+schoeneBiene@users.noreply.github.com>
This commit is contained in:
vappster 2024-06-07 21:48:55 +02:00 committed by GitHub
parent 4e17dfcc65
commit 5c897f4e0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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})"
}
},