list item will now route correctly to non songs

This commit is contained in:
booploops 2021-12-20 22:22:13 -08:00
parent 672143a5f3
commit 3b04f2d608
2 changed files with 5 additions and 5 deletions

View file

@ -108,7 +108,7 @@
<input type="range" class="" step="0.01" min="0" max="1" v-model="mk.volume"
v-if="typeof mk.volume != 'undefined'">
</div>
<div class="app-chrome-item generic">
<div class="app-chrome-item generic" v-if="false">
<button class="playback-button--small">
<%- include("svg/cast.svg") %>
</button>