diff --git a/src/content.ts b/src/content.ts index 37999d99..205d64c8 100644 --- a/src/content.ts +++ b/src/content.ts @@ -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