removed enhanced quality, only the switch is needed.
This commit is contained in:
parent
e92eaa41cb
commit
514c49c80e
2 changed files with 1 additions and 2 deletions
|
@ -2351,7 +2351,7 @@ const app = new Vue({
|
|||
|
||||
async losslessBadge() {
|
||||
const songID = (this.mk.nowPlayingItem != null) ? this.mk.nowPlayingItem["_songId"] ?? -1 : -1;
|
||||
if (app.cfg.audio.quality == 2303 && app.cfg.advanced.ciderPPE && songID != -1) {
|
||||
if (app.cfg.advanced.ciderPPE && songID != -1) {
|
||||
/**let extendedAssets = await app.mk.api.song(songID, {extend : 'extendedAssetUrls'})
|
||||
if (extendedAssets.attributes.audioTraits.includes('lossless')) {*/
|
||||
app.mk.nowPlayingItem['attributes']['lossless'] = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue