[backend/masto-client] Fix playback of GIF images (ISH-284)
This commit is contained in:
parent
0ad4346e51
commit
50adfc6aa4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ public class AttachmentEntity
|
||||||
{
|
{
|
||||||
AttachmentType.Unknown => "unknown",
|
AttachmentType.Unknown => "unknown",
|
||||||
AttachmentType.Image => "image",
|
AttachmentType.Image => "image",
|
||||||
AttachmentType.Gif => "gifv",
|
AttachmentType.Gif => "image",
|
||||||
AttachmentType.Video => "video",
|
AttachmentType.Video => "video",
|
||||||
AttachmentType.Audio => "audio",
|
AttachmentType.Audio => "audio",
|
||||||
_ => throw new ArgumentOutOfRangeException()
|
_ => throw new ArgumentOutOfRangeException()
|
||||||
|
|
Loading…
Add table
Reference in a new issue