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
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',
}