mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 04:05:08 +03:00
✨ Added track cover size from config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user