From eec05c4f093b80c585c95f66386d3429f3c63dad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Dudzi=C5=84ski?= Date: Fri, 17 Oct 2025 22:44:52 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Added=20track=20cover=20size=20from?= =?UTF-8?q?=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tiddl/cli/download/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiddl/cli/download/__init__.py b/tiddl/cli/download/__init__.py index e22607b..54bfc37 100644 --- a/tiddl/cli/download/__init__.py +++ b/tiddl/cli/download/__init__.py @@ -229,7 +229,7 @@ def DownloadCommand( if isinstance(item, Track): if not cover_data and item.album.cover: - cover_data = Cover(item.album.cover).content + cover_data = Cover(item.album.cover, size=ctx.obj.config.cover.size).content if EMBED_LYRICS: lyrics_subtitles = api.getLyrics(item.id).subtitles