Fix mp3 parser

This commit is contained in:
Chris McCord 2022-02-22 12:23:18 -05:00
parent 6233b438c2
commit 1934b68db6

View file

@ -89,9 +89,10 @@ defmodule LiveBeats.MP3Stat do
_first::integer,
_second::integer,
_third::integer,
_rest::binary
rest::binary
>>) do
{%{}, binary} # has no ID3
# has no ID3
{%{}, rest}
end
defp parse_tag(_), do: {%{}, ""}