更新版本号
parent
251450fd50
commit
0ac2df1297
|
@ -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",
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue