移除192k试听

pull/96/head
lyswhut 2019-10-20 00:32:36 +08:00
parent d575dd24ca
commit cc485df42f
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ export default {
// case 'kg':
return '128k'
}
let type = songInfo._types['192k'] ? '192k' : '128k'
let type = '128k'
if (highQuality && songInfo._types['320k']) type = '320k'
return type
},