Merge branch '225-radios-count' into 'develop'

Resolve "Radio shows containing only 25 tracks, when actually containing more tracks"

Closes #225

See merge request funkwhale/funkwhale!219
This commit is contained in:
Eliot Berriot 2018-05-29 21:28:03 +00:00
commit 6b821bdfe3
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Display proper total number of tracks on radio detail (#225)

View File

@ -10,7 +10,7 @@
<div class="content">
{{ radio.name }}
<div class="sub header">
Radio containing {{ tracks.length }} tracks,
Radio containing {{ totalTracks }} tracks,
by <username :username="radio.user.username"></username>
</div>
</div>