maikiwi is a clown confirmed

This commit is contained in:
maikirakiwi 2022-07-03 01:23:40 -07:00
parent 953c04f4dd
commit a6e3c9abe7

View file

@ -984,7 +984,7 @@ const app = new Vue({
} catch (e) {
if (e instanceof TypeError === false) { console.debug("[Cider][MaikiwiSoundCheck] normalizer function err: " + e) }
else {
if (localFiles === true) {CiderAudio.audioNodes.gainNode.gain = 0.8222426499470}
if (localFiles === true) {CiderAudio.audioNodes.gainNode.gain.value = 0.8222426499470}
}
}
if (previewURL == null && ((app.mk.nowPlayingItem?._songId ?? (app.mk.nowPlayingItem["songId"] ?? app.mk.nowPlayingItem.relationships.catalog.data[0].id)) != -1)) {
@ -995,7 +995,7 @@ const app = new Vue({
ipcRenderer.send('getPreviewURL', previewURL)
}
else {
if (localFiles === true) {CiderAudio.audioNodes.gainNode.gain = 0.8222426499470}
if (localFiles === true) {CiderAudio.audioNodes.gainNode.gain.value = 0.8222426499470}
}
})
} else {
@ -1007,7 +1007,7 @@ const app = new Vue({
} catch (e) {
if (e instanceof TypeError === false) { console.debug("[Cider][MaikiwiSoundCheck] normalizer function err: " + e) }
else {
if (localFiles === true) {CiderAudio.audioNodes.gainNode.gain = 0.8222426499470}
if (localFiles === true) {CiderAudio.audioNodes.gainNode.gain.value = 0.8222426499470}
}
}
}