Comcast / mamba

Mamba is a Swift iOS, tvOS and macOS framework to parse, validate and write HTTP Live Streaming (HLS) data.
Apache License 2.0
178 stars 39 forks source link

Removed canQueryTimeline check from mediaSequence ↔ tagIndex methods #26

Closed Jesse-calkin closed 6 years ago

Jesse-calkin commented 6 years ago

Description

This PR removes two unnecessary checks of canQueryTimeline in mediaSequence ↔ tagIndex methods, and adds two test to clarify the behavior of tagIndexes(forMediaSequence:)

Change Notes

Pre-submission Checklist

dcoufal commented 6 years ago

This fixes https://github.com/Comcast/mamba/issues/21