forked from 0x2620/pandora
files are queued after download
This commit is contained in:
parent
343ab26aa4
commit
029bcfee29
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ def download(item_id, url):
|
||||||
f.path = '%(title)s.%(extension)s' % media
|
f.path = '%(title)s.%(extension)s' % media
|
||||||
f.parse_info()
|
f.parse_info()
|
||||||
f.selected = True
|
f.selected = True
|
||||||
|
f.queued = True
|
||||||
if len(parts) > 1:
|
if len(parts) > 1:
|
||||||
f.part = part
|
f.part = part
|
||||||
part += 1
|
part += 1
|
||||||
|
|
Loading…
Reference in a new issue