更新版本号

pull/1050/head
lyswhut 2022-08-11 17:01:18 +08:00
parent 251450fd50
commit 0ac2df1297
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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'