add playing class to album artwork
This commit is contained in:
parent
d7be56f65b
commit
f3f8c7f3fd
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
</div>
|
||||
<div class="row fs-row" v-if="tabMode != 'catalog'">
|
||||
<div class="col artwork-col">
|
||||
<div class="artwork" @click="app.fullscreen(false)">
|
||||
<div class="artwork" :class="$root.mk.isPlaying && 'playing'" @click="app.fullscreen(false)">
|
||||
<mediaitem-artwork
|
||||
:size="600"
|
||||
:video="video"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue