Live Photos: Update cards.vue #3559
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
3581aafc29
commit
3212724aae
1 changed files with 2 additions and 2 deletions
|
@ -205,8 +205,8 @@
|
|||
</button>
|
||||
<button v-else-if="photo.Type === 'live'" :title="$gettext('Live')"
|
||||
@click.exact="openPhoto(index)">
|
||||
<i>phone_iphone</i>
|
||||
{{ photo.getPhotoInfo() }}
|
||||
<i>movie</i>
|
||||
{{ photo.getVideoInfo() }}
|
||||
</button>
|
||||
<button v-else-if="photo.Type === 'animated'" :title="$gettext('Animated')+' GIF'"
|
||||
@click.exact="openPhoto(index)">
|
||||
|
|
Loading…
Reference in a new issue