Compare commits
2 Commits
dd94c88a0e
...
140f2a3b0f
| Author | SHA1 | Date | |
|---|---|---|---|
|
140f2a3b0f
|
|||
|
15222cbc25
|
@@ -130,6 +130,8 @@ type VOD struct {
|
|||||||
Date time.Time `json:"date"`
|
Date time.Time `json:"date"`
|
||||||
// Free-form category string.
|
// Free-form category string.
|
||||||
Category string `json:"category,omitempty"`
|
Category string `json:"category,omitempty"`
|
||||||
|
// A mirror site the asset is uploaded to, usually YouTube.
|
||||||
|
Mirror string `json:"mirror,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ChannelMismatchError describes a mismatching [Ident.Channel] passed to [Channel.Add].
|
// ChannelMismatchError describes a mismatching [Ident.Channel] passed to [Channel.Add].
|
||||||
|
|||||||
Reference in New Issue
Block a user