show album in track list by default

This commit is contained in:
Thomas Amland
2020-08-22 18:34:08 +02:00
parent 23fb0187d0
commit 2356f5dce9
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
<div v-if="result.tracks.length > 0">
<h1>Tracks</h1>
<TrackList :tracks="result.tracks" show-album />
<TrackList :tracks="result.tracks" />
</div>
</div>
</template>