typo
This commit is contained in:
parent
11c604ed8a
commit
8bb3652f5a
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ class Stream(models.Model):
|
|||
derivative.video.name = os.path.join(os.path.dirname(self.video.name), name)
|
||||
derivative.encode()
|
||||
derivative.save()
|
||||
else if rebuild or not derivative.available:
|
||||
elif rebuild or not derivative.available:
|
||||
derivative.encode()
|
||||
return True
|
||||
|
||||
|
|
Loading…
Reference in a new issue