iheartradio / open-m3u8

Open Source m3u8 Parser
Other
248 stars 94 forks source link

The title itself is optional as per 4.3.2.1. EXTINF but a duration is not #14

Closed derjust closed 9 years ago

derjust commented 9 years ago

This avoids NullPointerExceptions during write if an optional title is not part of read playlist

derjust commented 9 years ago

Adopted this a little bit. I see the point of having a dedicated validation stage right now. Left a TODO for that.