1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-10 18:06:22 +00:00

Revert "[NeverPausePreviews] Update in-call player patch #1"

This reverts commit fb202f027a.
This commit is contained in:
vappster 2024-06-07 19:07:11 +02:00
parent fb202f027a
commit 7619c572d9

View file

@ -20,7 +20,7 @@ export default definePlugin({
{ //in-call player patch #1 (keep stream playing)
find: /videoComponent:.{1,2},className:/,
replacement: {
match: /paused:.{1,2}}\)/,
match: "paused:p})",
replace: "paused:false})"
}
},