mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 18:06:55 +00:00
4.18.2
* Fixed: Accidentally made the Audio Compressor turn itself back off.
This commit is contained in:
parent
86c0cd6fc3
commit
1cb4128478
2 changed files with 2 additions and 2 deletions
|
@ -1048,7 +1048,7 @@ export default class Player extends Module {
|
|||
return;
|
||||
}
|
||||
|
||||
if ( wanted == compressed )
|
||||
if ( wanted == compressed || (e == null && video._ffz_toggled) )
|
||||
return;
|
||||
|
||||
const ctx = video._ffz_context,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue