diff --git a/ui/widgets/playqueuelist.go b/ui/widgets/playqueuelist.go index 41eee8d..81ac4cc 100644 --- a/ui/widgets/playqueuelist.go +++ b/ui/widgets/playqueuelist.go @@ -196,6 +196,7 @@ func NewPlayQueueListRow(playQueueList *PlayQueueList, im *backend.ImageManager, } p.ExtendBaseWidget(p) + p.cover.ScaleMode = canvas.ImageScaleFastest p.artist.OnTapped = playQueueList.onArtistTapped p.OnDoubleTapped = func() { playQueueList.onPlayTrackAt(p.ItemID())