From 8663758b114dee4c153d27bdfefcf2e5e0da1ac8 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 23 Mar 2021 23:23:28 -0400 Subject: [PATCH] Updated API Docs (markdown) --- API-Docs.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/API-Docs.md b/API-Docs.md index d5c9b49..b73255b 100644 --- a/API-Docs.md +++ b/API-Docs.md @@ -107,8 +107,7 @@ ________________________________________________________________________________ categories: string[], // Optional, use this instead of "category" if you want multiple categories. Will look like ["sponsor","intro"] - service: string, // Optional, default is 'YouTube'. See https://github.com/ajayyy/SponsorBlock/wiki/Types#service - videoDuration: float // Optional, duration of video, will attempt to retrieve from the YouTube API if missing (to be used to determine when a submission is out of date) + service: string // Optional, default is 'YouTube'. See https://github.com/ajayyy/SponsorBlock/wiki/Types#service } ```