fix(share): force share image to be square (to fix aspect ratio) (#4122)
* fix(ui): update artist link rendering and improve button styles Signed-off-by: Deluan <deluan@navidrome.org> * square share player --------- Signed-off-by: Deluan <deluan@navidrome.org> Co-authored-by: Deluan <deluan@navidrome.org>
This commit is contained in:
@@ -29,7 +29,7 @@ const SharePlayer = () => {
|
||||
return {
|
||||
name: s.title,
|
||||
musicSrc: shareStreamUrl(s.id),
|
||||
cover: shareCoverUrl(s.id),
|
||||
cover: shareCoverUrl(s.id, true),
|
||||
singer: s.artist,
|
||||
duration: s.duration,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user