We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549ecb1 commit 5c4c918Copy full SHA for 5c4c918
mpd/mpd.go
@@ -68,7 +68,7 @@ type MPD struct {
68
AvailabilityStartTime *string `xml:"availabilityStartTime,attr,omitempty"`
69
MinimumUpdatePeriod *string `xml:"minimumUpdatePeriod,attr"`
70
PublishTime *string `xml:"publishTime,attr"`
71
- TimeShiftBufferDepth *string `xml:"timeShiftBufferDeptd,attr"`
+ TimeShiftBufferDepth *string `xml:"timeShiftBufferDepth,attr"`
72
BaseURL string `xml:"BaseURL,omitempty"`
73
period *Period
74
Periods []*Period `xml:"Period,omitempty"`
0 commit comments