drime: remove stale mux_status field from Item
The API no longer returns mux_status (it now uses transcode_status and stream_status). The field was unused, so just remove it.
This commit is contained in:
@@ -57,7 +57,6 @@ type Item struct {
|
||||
FileHash any `json:"file_hash"`
|
||||
Public bool `json:"public"`
|
||||
Thumbnail bool `json:"thumbnail"`
|
||||
MuxStatus any `json:"mux_status"`
|
||||
ThumbnailURL any `json:"thumbnail_url"`
|
||||
WorkspaceID int `json:"workspace_id"`
|
||||
IsEncrypted int `json:"is_encrypted"`
|
||||
|
||||
Reference in New Issue
Block a user