mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Implement uploaded date in search.
This commit is contained in:
parent
78dff1491b
commit
bc81177486
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@
|
|||
</router-link>
|
||||
{{ result.duration ? timeFormat(result.duration) : "" }}
|
||||
<br />
|
||||
{{ "1/1/2020" }}
|
||||
<b>
|
||||
{{ result.uploadDate }}
|
||||
</b>
|
||||
<b v-if="result.views" class="uk-text-small uk-align-right">
|
||||
<font-awesome-icon icon="eye"></font-awesome-icon>
|
||||
{{ result.views }} views
|
||||
|
|
Loading…
Reference in a new issue