Fix #1282
This commit is contained in:
parent
a8190836b9
commit
367f6c7c4e
1 changed files with 1 additions and 1 deletions
|
@ -983,7 +983,7 @@ const app = new Vue({
|
|||
try {localStorage.setItem("playingBitrate", app.mk.nowPlayingItem.flavor)}
|
||||
catch(e) {}
|
||||
}
|
||||
if (!app.cfg.audio.normalization) { CiderAudio.hierarchical_loading(); }
|
||||
if (!app.cfg.audio.normalization || app.cfg.advanced.AudioContext === true) { CiderAudio.hierarchical_loading(); }
|
||||
|
||||
else {
|
||||
// get unencrypted audio previews to get SoundCheck's normalization tag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue