mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
Implement uploaded date in search.
This commit is contained in:
parent
78dff1491b
commit
bc81177486
@ -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 New Issue
Block a user