1
0
mirror of https://github.com/lightning/blips.git synced 2024-11-19 00:50:02 +01:00

Timestamp is in seconds

#12
This commit is contained in:
satoshisstream 2022-01-31 16:10:28 +00:00 committed by GitHub
parent acfd566b7b
commit 053ec60d07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"