diff --git a/web-src/src/components/CoverArtwork.vue b/web-src/src/components/CoverArtwork.vue index 3f92f669..9c697036 100644 --- a/web-src/src/components/CoverArtwork.vue +++ b/web-src/src/components/CoverArtwork.vue @@ -15,7 +15,7 @@ export default { props: { album: { default: '', type: String }, artist: { default: '', type: String }, - artwork_url: { default: '', type: String }, + artwork_url: { default: '', type: String } }, emits: ['click'],