[core] Fix: StreamMarker contained wrong ID format

as of broken documentation

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2024-09-13 00:08:41 +02:00
parent 19038dbc6e
commit 710783aaf7
Signed by: luzifer
SSH Key Fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E

View File

@ -32,7 +32,7 @@ type (
// StreamMarkerInfo contains information about a marker on a stream // StreamMarkerInfo contains information about a marker on a stream
StreamMarkerInfo struct { StreamMarkerInfo struct {
ID int64 `json:"id"` ID string `json:"id"`
CreatedAt time.Time `json:"created_at"` CreatedAt time.Time `json:"created_at"`
Description string `json:"description"` Description string `json:"description"`
PositionSeconds int64 `json:"position_seconds"` PositionSeconds int64 `json:"position_seconds"`