idk what I did

This commit is contained in:
maikirakiwi 2022-07-02 23:10:06 -07:00
parent e28b484d92
commit c7b0ebea32

View file

@ -35,7 +35,7 @@ app.$mount("#app")
// Init CiderAudio // Init CiderAudio
if (app.cfg.advanced.AudioContext === false){ if (app.cfg.advanced.AudioContext === false){
app.cfg.advanced.AudioContext === true; app.cfg.advanced.AudioContext = true;
} }
CiderAudio.init() CiderAudio.init()