From 1aba217b1a4ea0bb3c25a677878f895cd3d89279 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Thu, 19 Mar 2020 17:23:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BD=91=E6=98=93=E6=BA=90?= =?UTF-8?q?=E6=9F=90=E4=BA=9B=E6=AD=8C=E6=9B=B2=E6=8F=90=E7=A4=BA=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E5=8F=AF=E6=92=AD=E6=94=BE=E7=9A=84=E9=9F=B3=E8=B4=A8?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publish/changeLog.md | 1 + src/renderer/utils/music/wy/musicSearch.js | 1 + 2 files changed, 2 insertions(+) diff --git a/publish/changeLog.md b/publish/changeLog.md index 13df7898..29d24a52 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -8,6 +8,7 @@ ### 修复 +- 修复网易源某些歌曲提示没有可播放的音质的问题 ### 其他 diff --git a/src/renderer/utils/music/wy/musicSearch.js b/src/renderer/utils/music/wy/musicSearch.js index f0c66ec5..9d31cd8d 100644 --- a/src/renderer/utils/music/wy/musicSearch.js +++ b/src/renderer/utils/music/wy/musicSearch.js @@ -49,6 +49,7 @@ export default { size, } } + case 192000: case 128000: if (item.l) { size = sizeFormate(item.l.size)