diff --git a/src/content.ts b/src/content.ts index 061a0159..499dea18 100644 --- a/src/content.ts +++ b/src/content.ts @@ -637,7 +637,7 @@ function sponsorsLookup(id: string) { getResult = getResult.filter((video) => { return video.videoID = id; }); - if (getResult.length === 1) { + if (getResult.length > 0) { getResult = getResult[0].segments; if (getResult.length === 0) { // return if no segments found return;