fix bug
This commit is contained in:
@ -47,7 +47,7 @@ def add_downloading(
|
||||
media_info=mediainfo,
|
||||
torrent_info=torrentinfo
|
||||
)
|
||||
did = DownloadChain().download_single(context=context, userid=current_user.name)
|
||||
did = DownloadChain().download_single(context=context)
|
||||
return schemas.Response(success=True if did else False, data={
|
||||
"download_id": did
|
||||
})
|
||||
|
Reference in New Issue
Block a user