speed up add to queue by disabling format check

This commit is contained in:
simon 2023-03-24 09:57:09 +07:00
parent d082d3deba
commit df9a52a8f2
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ class PendingList(PendingIndex):
"noplaylist": True,
"writethumbnail": True,
"simulate": True,
"check_formats": None,
}
def __init__(self, youtube_ids=False, task=False):