Skip to content

Commit 54066af

Browse files
Update mpd.go
1 parent 27a540b commit 54066af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpd/mpd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ type MPD struct {
7979
PublishTime *string `xml:"publishTime,attr"`
8080
TimeShiftBufferDepth *string `xml:"timeShiftBufferDepth,attr"`
8181
SuggestedPresentationDelay *Duration `xml:"suggestedPresentationDelay,attr,omitempty"`
82-
BaseURL string `xml:"BaseURL,omitempty"`
82+
BaseURL []string `xml:"BaseURL,omitempty"`
8383
Location string `xml:"Location,omitempty"`
8484
period *Period
8585
Periods []*Period `xml:"Period,omitempty"`

0 commit comments

Comments
 (0)