Skip to content

Commit

Permalink
feat(picnob): fix Picnob Instagram Reels video playback. (DIYgod#17874)
Browse files Browse the repository at this point in the history
* feat(picnob): fix Picnob igtv video playback.

Signed-off-by: Zihao Diao <[email protected]>

* feat(picnob): fix Picnob Instagram Reels video playback

Signed-off-by: Zihao Diao <[email protected]>

---------

Signed-off-by: Zihao Diao <[email protected]>
  • Loading branch information
EricDiao authored Dec 11, 2024
1 parent 7c5a04f commit 127b456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/picnob/templates/desc.art
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ if item.type === 'video' }}
{{ if item.type === 'video' || item.type === 'igtv' }}
<video poster="{{ item.pic }}" controls preload="metadata">
<source src="{{ item.video }}" type="video/mp4">
</video>
Expand Down

0 comments on commit 127b456

Please sign in to comment.