|
|
@@ -1563,10 +1563,10 @@ export struct LocalMusic {
|
|
|
this.currentSong.COMMENT = this.commentStr;
|
|
|
}
|
|
|
|
|
|
- if (result.needRefreshList && this.modeType == 0) {
|
|
|
- this.deleteCache(this.currentPath);
|
|
|
- this.getSortedFiles(this.currentPath);
|
|
|
- }
|
|
|
+ // if (result.needRefreshList && this.modeType == 0) {
|
|
|
+ // this.deleteCache(this.currentPath);
|
|
|
+ // this.getSortedFiles(this.currentPath);
|
|
|
+ // }
|
|
|
|
|
|
// 同步编辑字段到本地列表
|
|
|
if (this.editingItem) {
|