Skip to content

Commit

Permalink
Add source playback field (#54)
Browse files Browse the repository at this point in the history
Need to assert on this in record tester
  • Loading branch information
mjh1 committed Nov 13, 2023
1 parent d3f2b78 commit 57dec21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api.go
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ type (
Source AssetSource `json:"source"`
Status AssetStatus `json:"status"`
AssetSpec
SourcePlaybackReady bool `json:"sourcePlaybackReady"`
}

AssetSource struct {
Expand Down

0 comments on commit 57dec21

Please sign in to comment.