[web] Show stream playlists (rss, radio) only if config option "radio_playlists" is set to true

This commit is contained in:
chme
2022-04-16 20:21:26 +02:00
parent 7fff11ef30
commit 45b192255a
3 changed files with 32 additions and 9 deletions

View File

@@ -20,6 +20,10 @@
<span class="heading">Type</span>
<span class="title is-6">{{ playlist.type }}</span>
</p>
<p v-if="!playlist.folder">
<span class="heading">Track count</span>
<span class="title is-6">{{ playlist.item_count }}</span>
</p>
</div>
</div>
<footer v-if="!playlist.folder" class="card-footer">