mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-13 19:55:25 +00:00
fix: playlist thumbnail
This commit is contained in:
@@ -921,7 +921,7 @@ class VKMusicIE(VKBaseIE):
|
||||
album=title,
|
||||
uploader=artist,
|
||||
artists=[artist],
|
||||
thumbnails=traverse_obj(meta, ({'url': 'coverUrl'}, ...)),
|
||||
thumbnails=[traverse_obj(meta, {'url': 'coverUrl'})],
|
||||
genres=[genre] if genre else [],
|
||||
release_year=int_or_none(year), # XXX: is None ok here?
|
||||
modified_timestamp=int_or_none(meta.get('lastUpdated')),
|
||||
|
||||
Reference in New Issue
Block a user