Added animated gif as a video type.

This commit is contained in:
Maurice Parker 2020-04-18 17:35:24 -05:00
parent ba73881f21
commit 4bfec2d550

View File

@ -42,7 +42,7 @@ struct TwitterMedia: Codable {
} else {
html += renderPhotoAsHTML()
}
case "video":
case "video", "animated_gif":
html += renderVideoAsHTML()
default:
break