Skip to content
Snippets Groups Projects
Commit 6b821bdf authored by Eliot Berriot's avatar Eliot Berriot
Browse files

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
parents 877feff3 7a8c336e
No related branches found
No related tags found
No related merge requests found
Display proper total number of tracks on radio detail (#225)
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment