Skip to content

Commit

Permalink
Merge pull request #13 from satoshisstream/master
Browse files Browse the repository at this point in the history
Timestamp is in seconds
  • Loading branch information
TheBlueMatt authored Jan 31, 2022
2 parents acfd566 + 053ec60 commit 0cd3f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blip-0010.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0cd3f84

Please sign in to comment.