mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
fix watchdog
- remove creating album feature from watchdog (rely on the periodic function)
This commit is contained in:
committed by
Mungai Geoffrey
parent
c9830842ed
commit
6fbf179f34
@@ -11,12 +11,7 @@
|
||||
}"
|
||||
>
|
||||
<div class="art">
|
||||
<div
|
||||
class="l-image image rounded"
|
||||
:style="{
|
||||
backgroundImage: `url("${imguri + track.image}")`,
|
||||
}"
|
||||
></div>
|
||||
<img :src="imguri + track.image" alt="" class="l-image rounded" />
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user