cadebward / hls

A simple and fast library for parsing HLS manifests.
Apache License 2.0
3 stars 6 forks source link

Supported Elixir versions? #8

Closed mikko-kepit closed 5 months ago

mikko-kepit commented 9 months ago

In mix.exs Elixir version value is "~> 1.6" but HLS.Segment.Tiles uses Kernel.then() which was introduced in 1.12.0. https://github.com/cadebward/hls/blob/master/lib/hls/segment_tiles.ex#L39

Maybe update mix.exs? Or find way to achieve same result with method that works in versions after 1.6.

cadebward commented 5 months ago

removed Kernel.then in https://github.com/cadebward/hls/commit/0aaa4be011e8a1e71373cf05bbbf8d3c1397550c and published 0.0.9.