Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
BeanVortex committed Jan 4, 2024
2 parents 37f2e6b + 1c50f07 commit e0c101b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/chrome_based/src/scripts/connector.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const postLinks = async (data, isBatch) => {
iconUrl: '../resources/icons/logo.png',
type: 'basic'
});
browser.downloads.download({url: data.url})
chrome.downloads.download({url: data.url})
});
}

Expand Down

0 comments on commit e0c101b

Please sign in to comment.