Fixed #33: sort by track position in album in API vy default, also reuse that information on frontend side

This commit is contained in:
Eliot Berriot 2017-07-10 23:24:04 +02:00
parent f1c05d4f42
commit 0786c58d3d
5 changed files with 29 additions and 6 deletions

View file

@ -34,7 +34,7 @@
</div>
<div class="ui vertical stripe segment">
<h2>Tracks</h2>
<track-table v-if="album" :tracks="album.tracks"></track-table>
<track-table v-if="album" display-position="true" :tracks="album.tracks"></track-table>
</div>
</template>
</div>