mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 21:47:06 +03:00
typo in comment
This commit is contained in:
@@ -639,7 +639,7 @@ function sponsorsLookup(id: string) {
|
||||
});
|
||||
if (getResult.length === 1) {
|
||||
getResult = getResult[0].segments;
|
||||
if (getResult.length === 0) { // return if no regments found
|
||||
if (getResult.length === 0) { // return if no segments found
|
||||
return;
|
||||
}
|
||||
} else { // return if no video found
|
||||
|
||||
Reference in New Issue
Block a user