iheartradio / open-m3u8

Open Source m3u8 Parser
Other
245 stars 94 forks source link

Use all fields in MasterPlaylist::buildUpon #41

Closed carlanton closed 7 years ago

carlanton commented 7 years ago

Hi,

I've noticed that the buildUpon method for MasterPlaylist doesn't preserve mIFramePlaylists and mUnknownTags. This PR fixes that. I added a new MasterPlaylist.Builder constructor to avoid breaking the current api.

This library is awesome! Thanks 👍

Wopple commented 7 years ago

@carlanton Thanks, good catch!

@sunglee413 LGTM