mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Added animated gif as a video type.
This commit is contained in:
@@ -42,7 +42,7 @@ struct TwitterMedia: Codable {
|
||||
} else {
|
||||
html += renderPhotoAsHTML()
|
||||
}
|
||||
case "video":
|
||||
case "video", "animated_gif":
|
||||
html += renderVideoAsHTML()
|
||||
default:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user