mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
4.42.0
* Fixed: Navigating between channels with the audio compressor enabled (or having previously been enabled) causing the player to become stuck loading infinitely. (Closes #1317) * Fixed: Features on the `clips` and `player` subdomains not working correctly. (Closes #1336) * Changed: Finish implementing the initial emote effects.
This commit is contained in:
parent
e433aa3340
commit
915ad89f58
33 changed files with 839 additions and 152 deletions
|
@ -13,6 +13,7 @@ import SettingsManager from './settings/index';
|
|||
import AddonManager from './addons';
|
||||
import ExperimentManager from './experiments';
|
||||
import {TranslationManager} from './i18n';
|
||||
import StagingSelector from './staging';
|
||||
import Site from './sites/player';
|
||||
|
||||
class FrankerFaceZ extends Module {
|
||||
|
@ -49,6 +50,7 @@ class FrankerFaceZ extends Module {
|
|||
this.inject('settings', SettingsManager);
|
||||
this.inject('experiments', ExperimentManager);
|
||||
this.inject('i18n', TranslationManager);
|
||||
this.inject('staging', StagingSelector);
|
||||
this.inject('site', Site);
|
||||
this.inject('addons', AddonManager);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue