diff options
author | Ajay <[email protected]> | 2022-10-17 08:52:55 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-10-17 08:52:55 -0400 |
commit | b52132e3112d5ec374673e4748d08b4fb55dc550 (patch) | |
tree | 25f1bdaf86544eed4177d1f10e585e672d23b0a8 | |
parent | c2e731ef897ae24f46072e2d444bff3c24f524ee (diff) | |
download | SponsorBlock-b52132e3112d5ec374673e4748d08b4fb55dc550.tar.gz SponsorBlock-b52132e3112d5ec374673e4748d08b4fb55dc550.zip |
Open submission men after importing
-rw-r--r-- | src/content.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content.ts b/src/content.ts index 8f75954f..28817872 100644 --- a/src/content.ts +++ b/src/content.ts @@ -284,6 +284,7 @@ function messageListener(request: Message, sender: unknown, sendResponse: (respo updateEditButtonsOnPlayer(); updateSponsorTimesSubmitting(false); + submitSponsorTimes(); } sendResponse({ |