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'