From 20e90bbc346c071caa1c113afab1b2db01988d64 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Wed, 19 Feb 2020 00:54:30 -0500 Subject: [PATCH] Fixed schedule not updating when new sponsors arrive --- src/content.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content.ts b/src/content.ts index 2965d0dd..6433c905 100644 --- a/src/content.ts +++ b/src/content.ts @@ -564,6 +564,8 @@ function sponsorsLookup(id: string, channelIDPromise?) { if (zeroSecondSponsor) { startSponsorSchedule(0); + } else { + startSponsorSchedule(); } // Reset skip save