initial podcast support

This commit is contained in:
Thomas Amland
2021-01-24 19:06:39 +01:00
parent 353c57d819
commit 8022929dc1
8 changed files with 198 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
{{ track.title }}
</div>
<div class="text-truncate text-muted">
{{ track.artist }}
{{ track.artist || track.album || track.description }}
</div>
</div>
</template>