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 9925fc4 commit 04251cbCopy full SHA for 04251cb
mpd/mpd.go
@@ -78,7 +78,7 @@ type MPD struct {
78
type Period struct {
79
ID string `xml:"id,attr,omitempty"`
80
Duration Duration `xml:"duration,attr,omitempty"`
81
- Start Duration `xml:"start,attr,omitempty"`
+ Start *Duration `xml:"start,attr,omitempty"`
82
BaseURL string `xml:"BaseURL,omitempty"`
83
SegmentBase *SegmentBase `xml:"SegmentBase,omitempty"`
84
SegmentList *SegmentList `xml:"SegmentList,omitempty"`
0 commit comments