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

Fix EXT-X-DISCONTINUITY-SEQUENCE PantosTag type from `Date` to `Int` #11

Closed dcoufal closed 6 years ago

dcoufal commented 6 years ago

Description

This PR fixes a typing bug in PantosTag. EXT-X-DISCONTINUITY-SEQUENCE was set to being a Date type, which it is actually an Int type.

Change Notes

Pre-submission Checklist