From 1e010d5452fd5b72e72236e5ece43e43e508d5a8 Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Sat, 2 Mar 2024 17:31:08 -0800 Subject: [PATCH] use fast scaling mode for play queue images --- ui/widgets/playqueuelist.go | 1 + 1 file changed, 1 insertion(+) 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())