mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
ensure animation info is present in api
This commit is contained in:
parent
70e70254ed
commit
e581bc2d4e
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ defmodule PhilomenaWeb.Api.Json.ImageView do
|
|||
mime_type: image.image_mime_type,
|
||||
size: image.image_size,
|
||||
duration: image.image_duration,
|
||||
animated: image.image_is_animated,
|
||||
format: image.image_format,
|
||||
aspect_ratio: image.image_aspect_ratio,
|
||||
name: image.image_name,
|
||||
|
|
Loading…
Reference in a new issue