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