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:
commit
0cd3f84253
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user