1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-06 22:30:57 +00:00
* Fixed: Accidentally made the Audio Compressor turn itself back off.
This commit is contained in:
SirStendec 2020-01-27 18:42:41 -05:00
parent 86c0cd6fc3
commit 1cb4128478
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"name": "frankerfacez",
"author": "Dan Salvato LLC",
"version": "4.18.1",
"version": "4.18.2",
"description": "FrankerFaceZ is a Twitch enhancement suite.",
"license": "Apache-2.0",
"scripts": {

View file

@ -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,