Fx #1178: Display channel and track downloads count

This commit is contained in:
Agate 2020-07-31 11:46:25 +02:00
parent 75f9537d89
commit e9186ca813
8 changed files with 30 additions and 3 deletions

View file

@ -48,6 +48,14 @@
<translate v-else translate-context="*/*/*">N/A</translate>
</td>
</tr>
<tr>
<td>
<translate translate-context="Content/*/*">Downloads</translate>
</td>
<td class="right aligned">
{{ track.downloads_count }}
</td>
</tr>
</tbody>
</table>