This commit is contained in:
root
2023-06-07 23:16:00 +05:30
parent def544a111
commit 770b3364da
+1 -1
View File
@@ -35,7 +35,7 @@
<ExpandableNumber :num="video.views" message-key="counts.views" />
{{ $store.getters['i18n/fmtDate'](new Date(video.uploadDate)) }}
<span v-if="lastWatch">
<span v-if="lastWatchFound">
{{ $t('misc.lastWatchedTill', { t: lastWatchDurationH }) }}
<ExpandableDate :date="lastWatch.timestamp" />