Skip to content

Commit 749fb13

Browse files
authored
Control writethumbnail with embed_thumbnail
1 parent 8d89cc0 commit 749fb13

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
@@ -242,7 +242,7 @@ def download_media(
242242
'writesubtitles': write_subtitles,
243243
'writeautomaticsub': auto_subtitles,
244244
'subtitleslangs': sub_langs.split(','),
245-
'writethumbnail': True,
245+
'writethumbnail': embed_thumbnail,
246246
'check_formats': False,
247247
'overwrites': None,
248248
'sleep_interval': 10 + int(settings.DOWNLOAD_MEDIA_DELAY / 20),

0 commit comments

Comments
 (0)