mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-19 12:58:31 +00:00
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 @@
|
|||
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>
|
||||
|
|
Loading…
Reference in a new issue