mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-13 16:03:23 -05:00
[web] Fix artist name not being displayed
This commit is contained in:
parent
fc192c5dfc
commit
cee1513966
@ -26,7 +26,7 @@
|
||||
<template #heading-right>
|
||||
<cover-artwork
|
||||
:artwork_url="artwork_url(album)"
|
||||
:artist="album.artist"
|
||||
:artist="album.artists[0].name"
|
||||
:album="album.name"
|
||||
class="is-clickable fd-has-shadow fd-cover fd-cover-medium-image"
|
||||
@click="show_details_modal = true"
|
||||
|
Loading…
Reference in New Issue
Block a user