Removed number of tracks from albums in home tab
Was giving undefined for all albums
This commit is contained in:
parent
0c74cc3123
commit
ae07e5d71f
@ -307,7 +307,7 @@ <h3 class="section_heading">Most streamed albums</h3>
|
|||||||
class="material-icons">get_app</i></div>
|
class="material-icons">get_app</i></div>
|
||||||
</div>
|
</div>
|
||||||
<p class="primary-text">{{ release.title }}</p>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user