mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 04:37:39 +03:00
Fix the behavior when auto-start option is not explicitly passed
This commit is contained in:
parent
f73b39fcab
commit
ab189f8533
1 changed files with 2 additions and 0 deletions
|
@ -120,6 +120,8 @@ async def add(request):
|
|||
auto_start = post.get('auto_start')
|
||||
if custom_name_prefix is None:
|
||||
custom_name_prefix = ''
|
||||
if auto_start is None:
|
||||
auto_start = True
|
||||
status = await dqueue.add(url, quality, format, folder, custom_name_prefix, auto_start)
|
||||
return web.Response(text=serializer.encode(status))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue