Searched refs:localPath (Results 1 – 5 of 5) sorted by relevance
28 const localPath = getInternalData<string>( constant32 if (localPath && (await exists(localPath))) {90 const localPath = constant91 musicItem[internalSerializeKey]?.localPath ??92 localMusicItem[internalSerializeKey]?.localPath;93 if (deleteOriginalFile && localPath) {95 await unlink(localPath);200 localPath: musicPath,
312 const localPath = constant313 mediaExtra?.localPath ||319 if (localPath && (await exists(localPath))) {320 trace('本地播放', localPath);321 if (mediaExtra && mediaExtra.localPath !== localPath) {324 localPath,328 url: addFileScheme(localPath),330 } else if (mediaExtra?.localPath) {332 localPath: undefined,988 const localPath = getInternalData<string>([all …]
272 localPath: targetDownloadPath,277 localPath: targetDownloadPath,
39 localPath?: string;
464 const localPath = constant465 mediaExtra?.localPath ||471 !localPath