only user selected streams, update stream once chunk upload is done
This commit is contained in:
parent
2fa2e80fc4
commit
8f7a2094cd
2 changed files with 2 additions and 0 deletions
|
|
@ -266,6 +266,7 @@ class File(models.Model):
|
|||
f.write(chunk.read())
|
||||
if done:
|
||||
stream.available = True
|
||||
stream.info = {}
|
||||
stream.save()
|
||||
return True
|
||||
return False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue