Skip to content

Commit ae9d906

Browse files
committed
Update main.ts
1 parent fa27c01 commit ae9d906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ ipcMain.on("call-yt-dlp", async (event, videoUrl, isDownloadVideo) => {
231231
$CoverImage: createInfo.coverImage
232232
};
233233
await insertRecord(record);
234-
console.log("reply-=output 准备发射了")
234+
console.log("视频下载完毕");
235235
event.reply("reply-output", true, sourceSubtitles);
236236
});
237237
}

0 commit comments

Comments
 (0)