Make channel fetching error silent and don't wait for video info

This commit is contained in:
Ajay Ramachandran
2021-05-21 17:33:48 -04:00
parent e70a8c724b
commit a5189014ad
4 changed files with 33 additions and 47 deletions

View File

@@ -581,8 +581,7 @@ async function runThePopup(messageListener?: MessageListener): Promise<void> {
{message: 'getChannelID'},
function(response) {
if (!response.channelID) {
alert(chrome.i18n.getMessage("channelDataNotFound") + "\n\n" +
chrome.i18n.getMessage("itCouldBeAdblockerIssue"));
alert(chrome.i18n.getMessage("channelDataNotFound") + " https://github.com/ajayyy/SponsorBlock/issues/753");
return;
}