mirror of
https://github.com/jely2002/youtube-dl-gui.git
synced 2021-11-01 22:46:21 +03:00
chore: fix ESlint
This commit is contained in:
2
main.js
2
main.js
@@ -72,7 +72,7 @@ function startCriticalHandlers(env) {
|
||||
win.webContents.send("downloadShortcut");
|
||||
});
|
||||
|
||||
// Restore the videos from last session
|
||||
//Restore the videos from last session
|
||||
ipcMain.handle("restoreTaskList", () => {
|
||||
taskList.restore()
|
||||
});
|
||||
|
||||
@@ -38,7 +38,7 @@ async function init() {
|
||||
linkCopied = args.copied;
|
||||
});
|
||||
|
||||
// Verify the url when the addShortcut gets used
|
||||
//Verify the url when the addShortcut gets used
|
||||
window.main.receive("addShortcut", (link) => {
|
||||
verifyURL(link);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user