Removed number of tracks from albums in home tab Was giving undefined for all albums

This commit is contained in:
RemixDev 2020-05-10 15:01:50 +02:00
parent 0c74cc3123
commit 0f47c61c5f
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ <h3 class="section_heading">Most streamed albums</h3>
class="material-icons">get_app</i></div>
</div>
<p class="primary-text">{{ release.title }}</p>
<p class="secondary-text">{{ 'by '+release.artist.name+' - '+release.nb_tracks+' tracks' }}</p>
<p class="secondary-text">{{ 'by '+release.artist.name }}</p>
</div>
</div>
</section>