[Audio] Finalize 6/9 upd
This commit is contained in:
parent
bae25c5c47
commit
40ba2f58da
5 changed files with 15 additions and 13 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -921,6 +921,7 @@ const app = new Vue({
|
||||||
}
|
}
|
||||||
this.currentSongInfo = a
|
this.currentSongInfo = a
|
||||||
|
|
||||||
|
if (app.cfg.advanced.AudioContext) {
|
||||||
try {
|
try {
|
||||||
if (app.mk.nowPlayingItem.flavor.includes("64")) {
|
if (app.mk.nowPlayingItem.flavor.includes("64")) {
|
||||||
if (localStorage.getItem("playingBitrate") !== "64") {
|
if (localStorage.getItem("playingBitrate") !== "64") {
|
||||||
|
@ -940,6 +941,7 @@ const app = new Vue({
|
||||||
localStorage.setItem("playingBitrate", "256")
|
localStorage.setItem("playingBitrate", "256")
|
||||||
CiderAudio.hierarchical_loading();
|
CiderAudio.hierarchical_loading();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (app.cfg.audio.normalization) {
|
if (app.cfg.audio.normalization) {
|
||||||
// get unencrypted audio previews to get SoundCheck's normalization tag
|
// get unencrypted audio previews to get SoundCheck's normalization tag
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue