Skip to content
Snippets Groups Projects
Verified Commit 626675f2 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed broken default cover on playlist card

parent 2b989576
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ export default {
}).slice(0, 4)
while (urls.length < 4) {
urls.push(
'../../../assets/audio/default-cover.png'
require('../../assets/audio/default-cover.png')
)
}
return urls
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment