mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-06 22:30:57 +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
|
@ -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": {
|
||||
|
|
|
@ -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