修复无法批量排序歌曲的问题

pull/1050/head
lyswhut 2022-08-04 08:37:57 +08:00
parent 1c58a64847
commit 6e09363832
2 changed files with 4 additions and 14 deletions

View File

@ -1,13 +1,3 @@
### 优化
- 歌单列表添加歌单内歌曲数量显示目前只有kw、mg、wy、tx部分源支持显示
### 修复
- 修复处于不支持的源时,歌单、排行榜的右键下载菜单没有禁用的问题
- 修复若桌面歌词窗口与主窗口重叠时,鼠标划过重叠区域鼠标会闪烁的问题,注:此修复只对未启用“鼠标移入歌词区域时降低歌词透明度”时有效
- 修复tx源搜索失效的问题
### 其他
- 升级Electron到 v17.4.10
- 修复无法批量排序歌曲的问题

View File

@ -13,10 +13,10 @@ export default ({ props, list, selectedList, removeAllSelect }) => {
} else {
selectedNum.value = 0
musicInfo.value = list.value[index]
nextTick(() => {
isShowMusicSortModal.value = true
})
}
nextTick(() => {
isShowMusicSortModal.value = true
})
}
const sortMusic = num => {