Skip to content
Snippets Groups Projects
Verified Commit 7a8c336e authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fix #225: Display proper total number of tracks on radio detail

parent d2c99b9f
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