mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-12 06:27:14 +03:00
Fix button not appearing when starting at a channel trailer
This commit is contained in:
@@ -1019,7 +1019,9 @@ function getYouTubeVideoIDFromURL(url: string): string | boolean {
|
|||||||
utils.wait(() => Config.config !== null).then(() => videoIDChange(getYouTubeVideoIDFromURL(url)));
|
utils.wait(() => Config.config !== null).then(() => videoIDChange(getYouTubeVideoIDFromURL(url)));
|
||||||
}
|
}
|
||||||
|
|
||||||
return false
|
return false;
|
||||||
|
} else {
|
||||||
|
onInvidious = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Get ID from searchParam
|
//Get ID from searchParam
|
||||||
|
|||||||
Reference in New Issue
Block a user