mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-09 15:50:53 +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",
|
"name": "frankerfacez",
|
||||||
"author": "Dan Salvato LLC",
|
"author": "Dan Salvato LLC",
|
||||||
"version": "4.18.1",
|
"version": "4.18.2",
|
||||||
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1048,7 +1048,7 @@ export default class Player extends Module {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( wanted == compressed )
|
if ( wanted == compressed || (e == null && video._ffz_toggled) )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
const ctx = video._ffz_context,
|
const ctx = video._ffz_context,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue