typo
This commit is contained in:
parent
4cd1473a94
commit
c4c0a037ce
1 changed files with 1 additions and 1 deletions
|
@ -937,7 +937,7 @@ def download_source(request, id, part=None):
|
|||
else:
|
||||
part = 0
|
||||
streams = item.streams()
|
||||
if parts > len(streams):
|
||||
if part > len(streams):
|
||||
raise Http404
|
||||
f = streams[part].file
|
||||
if not f.data:
|
||||
|
|
Loading…
Reference in a new issue