files are queued after download

This commit is contained in:
j 2016-08-28 12:22:08 +02:00
parent 343ab26aa4
commit 029bcfee29
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ def download(item_id, url):
f.path = '%(title)s.%(extension)s' % media
f.parse_info()
f.selected = True
f.queued = True
if len(parts) > 1:
f.part = part
part += 1