From 053ec60d075096539c9bfec2b1246880887f0f38 Mon Sep 17 00:00:00 2001 From: satoshisstream <81417784+satoshisstream@users.noreply.github.com> Date: Mon, 31 Jan 2022 16:10:28 +0000 Subject: [PATCH] Timestamp is in seconds #12 --- blip-0010.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blip-0010.md b/blip-0010.md index 263265e..ebb07e3 100644 --- a/blip-0010.md +++ b/blip-0010.md @@ -48,7 +48,7 @@ Identifying the episode **recommended**: use any of `episode`, `itemID` or `epis Information about time within the episode **recommended**: use any of `time`, `ts`. **ts preferred** * `time` (str) HH:MM:SS timestamp when the boost/stream was sent WITHIN the episode (playback position) -* `ts` (int) Timestamp when the boost/stream was sent WITHIN the episode (playback position) +* `ts` (int) Timestamp when the boost/stream was sent WITHIN the episode, in seconds (playback position) Rest of keys: * `action` **recommended**: (str) "boost" or "stream"