fix: re-apply patch-1

This commit is contained in:
mutschler 2024-03-22 17:45:35 +01:00 committed by GitHub
parent a29f69520c
commit beb78bfcce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ chrome.action.onClicked.addListener(function (tab) {
// use this tab to get the youtube video URL // use this tab to get the youtube video URL
let videoUrl = tabs[0].url; let videoUrl = tabs[0].url;
sendVideoUrlToMetube(videoUrl, data.metube, data.defaultFormat, data.advancedSettings, function () { sendVideoUrlToMetube(videoUrl, data.metube, data.defaultFormat, data.advancedSettings, function () {
if (!needToSwitch) { if (needToSwitch) {
openTab(data.metube, tab); openTab(data.metube, tab);
} }
}); });