mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-03 05:34:14 +00:00
Fix missing video thumbnails on hashtag page (#5394).
This commit is contained in:
parent
dcd846e9a9
commit
82923481f0
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
width="32"
|
||||
height="32"
|
||||
:hash="status.media_attachments[0].blurhash"
|
||||
:src="status.media_attachments[0].url"
|
||||
:src="status.media_attachments[0].preview_url"
|
||||
/>
|
||||
</div>
|
||||
<span v-if="status.pf_type == 'photo:album'" class="float-right mr-3 post-icon"><i class="fas fa-images fa-2x"></i></span>
|
||||
|
|
Loading…
Reference in a new issue