Fix lint error

This commit is contained in:
rinpatch 2018-11-27 19:07:58 +03:00
parent 7f20a3cf1f
commit 0d229613df
1 changed files with 2 additions and 1 deletions

View File

@ -163,8 +163,9 @@ defmodule Pleroma.Upload do
<<0x4F, 0x67, 0x67, 0x53, 0x00, 0x02, 0x00, 0x00>> ->
case IO.binread(f, 27) do
<<_::size(160), 0x80, 0x74,0x68,0x65,0x6f,0x72,0x61>> ->
<<_::size(160), 0x80, 0x74, 0x68, 0x65, 0x6F, 0x72, 0x61>> ->
"video/ogg"
_ ->
"audio/ogg"
end