Skip to content

Commit

Permalink
[core] Fix: StreamMarker contained wrong ID format
Browse files Browse the repository at this point in the history
as of broken documentation

Signed-off-by: Knut Ahlers <[email protected]>
  • Loading branch information
Luzifer committed Sep 12, 2024
1 parent 19038db commit 710783a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/twitch/streams.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type (

// StreamMarkerInfo contains information about a marker on a stream
StreamMarkerInfo struct {
ID int64 `json:"id"`
ID string `json:"id"`
CreatedAt time.Time `json:"created_at"`
Description string `json:"description"`
PositionSeconds int64 `json:"position_seconds"`
Expand Down

0 comments on commit 710783a

Please sign in to comment.