mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
Add missing full.mp4 and rendered.png versions to enumeration
This commit is contained in:
parent
3a2492160e
commit
9b98299db9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ defmodule Philomena.Processors.Webm do
|
|||
|> Enum.filter(fn {name, _} -> name in [:thumb_tiny, :thumb_small, :thumb] end)
|
||||
|> Enum.map(fn {name, _} -> "#{name}.gif" end)
|
||||
|
||||
webm_versions ++ mp4_versions ++ gif_versions
|
||||
["full.mp4", "rendered.png"] ++ webm_versions ++ mp4_versions ++ gif_versions
|
||||
end
|
||||
|
||||
def process(analysis, file, versions) do
|
||||
|
|
Loading…
Reference in a new issue