forked from 0x2620/pandora
stram is done if reusing upload
This commit is contained in:
parent
19bb7e3b83
commit
384d92214d
1 changed files with 1 additions and 0 deletions
|
@ -818,6 +818,7 @@ class Stream(models.Model):
|
|||
self.file.save()
|
||||
self.available = True
|
||||
self.save()
|
||||
done = True
|
||||
elif self.file.can_remux():
|
||||
ok, error = extract.remux_stream(media, target)
|
||||
done = True
|
||||
|
|
Loading…
Reference in a new issue