Skip to content

Commit b93182b

Browse files
authored
Merge pull request #712 from tcely/patch-18
Control `writethumbnail` with `embed_thumbnail`
2 parents 97afdc4 + 749fb13 commit b93182b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tubesync/sync/youtube.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def download_media(
243243
'writesubtitles': write_subtitles,
244244
'writeautomaticsub': auto_subtitles,
245245
'subtitleslangs': sub_langs.split(','),
246-
'writethumbnail': True,
246+
'writethumbnail': embed_thumbnail,
247247
'check_formats': False,
248248
'overwrites': None,
249249
'sleep_interval': 10 + int(settings.DOWNLOAD_MEDIA_DELAY / 20),

0 commit comments

Comments
 (0)