show track number as index in album page

This commit is contained in:
geoffrey45
2022-06-26 19:37:48 +03:00
committed by Mungai Geoffrey
parent 4b522fd317
commit 26b7cd376d
3 changed files with 23 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
</div>
<div class="separator" id="av-sep"></div>
<div class="songs rounded">
<SongList :tracks="album.tracks" />
<SongList :tracks="album.tracks" :on_album_page="true"/>
</div>
<div class="separator" id="av-sep"></div>
<FeaturedArtists :artists="album.artists" />