Skip to content

Commit 2ec2b3c

Browse files
🎈 perf: 修复单曲下载路径问题
1 parent 65abeee commit 2ec2b3c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/Modal/DownloadSong.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ const changeDownloadPath = async () => {
137137
const download = async () => {
138138
if (!songData.value) return;
139139
loading.value = true;
140-
if (settingStore.downloadPath) downloadPath.value = settingStore.downloadPath;
141140
142141
try {
143142
const result = await downloadSong({

0 commit comments

Comments
 (0)