mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-28 17:59:31 +01:00
Added animated gif as a video type.
This commit is contained in:
parent
ba73881f21
commit
4bfec2d550
@ -42,7 +42,7 @@ struct TwitterMedia: Codable {
|
||||
} else {
|
||||
html += renderPhotoAsHTML()
|
||||
}
|
||||
case "video":
|
||||
case "video", "animated_gif":
|
||||
html += renderVideoAsHTML()
|
||||
default:
|
||||
break
|
||||
|
Loading…
x
Reference in New Issue
Block a user