maikiwi is a clown confirmed
This commit is contained in:
parent
953c04f4dd
commit
a6e3c9abe7
1 changed files with 3 additions and 3 deletions
|
@ -984,7 +984,7 @@ const app = new Vue({
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (e instanceof TypeError === false) { console.debug("[Cider][MaikiwiSoundCheck] normalizer function err: " + e) }
|
if (e instanceof TypeError === false) { console.debug("[Cider][MaikiwiSoundCheck] normalizer function err: " + e) }
|
||||||
else {
|
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)) {
|
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)
|
ipcRenderer.send('getPreviewURL', previewURL)
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (localFiles === true) {CiderAudio.audioNodes.gainNode.gain = 0.8222426499470}
|
if (localFiles === true) {CiderAudio.audioNodes.gainNode.gain.value = 0.8222426499470}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
@ -1007,7 +1007,7 @@ const app = new Vue({
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (e instanceof TypeError === false) { console.debug("[Cider][MaikiwiSoundCheck] normalizer function err: " + e) }
|
if (e instanceof TypeError === false) { console.debug("[Cider][MaikiwiSoundCheck] normalizer function err: " + e) }
|
||||||
else {
|
else {
|
||||||
if (localFiles === true) {CiderAudio.audioNodes.gainNode.gain = 0.8222426499470}
|
if (localFiles === true) {CiderAudio.audioNodes.gainNode.gain.value = 0.8222426499470}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue