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
Branches
Tags
No related merge requests found
Display proper total number of tracks on radio detail (#225)
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<div class="content"> <div class="content">
{{ radio.name }} {{ radio.name }}
<div class="sub header"> <div class="sub header">
Radio containing {{ tracks.length }} tracks, Radio containing {{ totalTracks }} tracks,
by <username :username="radio.user.username"></username> by <username :username="radio.user.username"></username>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment