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

Merge pull request #13 from satoshisstream/master

Timestamp is in seconds
This commit is contained in:
Matt Corallo 2022-01-31 22:25:09 +00:00 committed by GitHub
commit 0cd3f84253
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"