移除酷我音源 ape 音质

pull/96/head
lyswhut 2019-09-27 11:51:20 +08:00
parent 2acef590b4
commit 95db349973
3 changed files with 17 additions and 12 deletions

View File

@ -14,3 +14,8 @@
- 修复请求超时的逻辑处理Bug尝试修复请求无法取消导致的正在播放的歌曲与界面显示的信息不一致的问题
- 修复其他一些小Bug
### 移除
- 移除192k音质
- 移除酷我音源 `ape` 音质,无损推荐 `flac` 格式

View File

@ -131,12 +131,12 @@ export default {
size: null,
}
}
if (formats.indexOf('AL')) {
types.push({ type: 'ape', size: null })
_types.ape = {
size: null,
}
}
// if (formats.indexOf('AL')) {
// types.push({ type: 'ape', size: null })
// _types.ape = {
// size: null,
// }
// }
if (formats.indexOf('ALFLAC')) {
types.push({ type: 'flac', size: null })
_types.flac = {

View File

@ -66,12 +66,12 @@ export default {
size: info[3].toLocaleUpperCase(),
}
break
case 'ape':
types.push({ type: 'ape', size: info[3] })
_types.ape = {
size: info[3].toLocaleUpperCase(),
}
break
// case 'ape':
// types.push({ type: 'ape', size: info[3] })
// _types.ape = {
// size: info[3].toLocaleUpperCase(),
// }
// break
case 'mp3':
switch (info[1]) {
case '320':