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:
commit
6b821bdfe3
|
@ -0,0 +1 @@
|
|||
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>
|
||||
|
|
Loading…
Reference in New Issue