Live Photos: Change icon in cards view from movie to "play circle" #439

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-09-03 17:27:55 +02:00
parent 4d47a5bef5
commit adf19db33b

View file

@ -205,7 +205,7 @@
</button>
<button v-else-if="photo.Type === 'live'" :title="$gettext('Live')"
@click.exact="openPhoto(index)">
<i>movie</i>
<i>play_circle_outline</i>
{{ photo.getVideoInfo() }}
</button>
<button v-else-if="photo.Type === 'animated'" :title="$gettext('Animated')+' GIF'"