Some fixes (#83)
This commit is contained in:
parent
e94b7bb104
commit
080039d3f5
|
|
@ -34,6 +34,7 @@ class AriaDownloadHelper(DownloadHelper):
|
|||
dl.getListener().onDownloadError(f'File is already available in drive.\n\n')
|
||||
sendMarkup("Here are the search results:", dl.getListener().bot, dl.getListener().update, button)
|
||||
aria2.remove([download])
|
||||
return
|
||||
|
||||
size = download.total_length
|
||||
if ENABLE_FILESIZE_LIMIT:
|
||||
|
|
|
|||
Loading…
Reference in New Issue