From 1cb4128478c347c7e9fe91aa98660da35b4849e4 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Mon, 27 Jan 2020 18:42:41 -0500 Subject: [PATCH] 4.18.2 * Fixed: Accidentally made the Audio Compressor turn itself back off. --- package.json | 2 +- src/sites/twitch-twilight/modules/player.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a7c7ae12..14292f30 100755 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/sites/twitch-twilight/modules/player.jsx b/src/sites/twitch-twilight/modules/player.jsx index 63007f00..1c3909c1 100644 --- a/src/sites/twitch-twilight/modules/player.jsx +++ b/src/sites/twitch-twilight/modules/player.jsx @@ -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,