Add pl_thumbnail outtmpl key for playlist thumbnails

This should have been implemented in 681de68e9d, but I forgot
This commit is contained in:
pukkandan 2021-05-18 01:40:21 +05:30
parent a06916d98e
commit 5112f26a60
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
2 changed files with 2 additions and 1 deletions

View file

@ -4311,6 +4311,7 @@ OUTTMPL_TYPES = {
'description': 'description',
'annotation': 'annotations.xml',
'infojson': 'info.json',
'pl_thumbnail': None,
'pl_description': 'description',
'pl_infojson': 'info.json',
}