From 0ac2df12978a6abbbe179be052dcbd7c2627422c Mon Sep 17 00:00:00 2001 From: lyswhut Date: Thu, 11 Aug 2022 17:01:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/renderer/utils/music/utils.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 89e738ce..d7427305 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lx-music-desktop", - "version": "1.22.2-beta", + "version": "1.22.2-beta.1", "description": "一个免费的音乐查找助手", "main": "./dist/main.js", "productName": "lx-music-desktop", diff --git a/src/renderer/utils/music/utils.js b/src/renderer/utils/music/utils.js index b9e619b4..affdc668 100644 --- a/src/renderer/utils/music/utils.js +++ b/src/renderer/utils/music/utils.js @@ -9,7 +9,7 @@ import { qualityList } from '@renderer/core/share' * @param {*} type */ -const types = ['flac', 'wav', 'ape', '320k', '192k', '128k'] +const types = ['flac32bit', 'flac', 'wav', 'ape', '320k', '192k', '128k'] export const getMusicType = (info, type) => { let list = qualityList.value[info.source] if (!list) return '128k'