streamdata: mirror field
For tracking YouTube uploads. Signed-off-by: Yonah <contrib@gensokyo.uk>
This commit is contained in:
@@ -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