list item will now route correctly to non songs
This commit is contained in:
parent
672143a5f3
commit
3b04f2d608
2 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue