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.video.name = os.path.join(os.path.dirname(self.video.name), name)
|
||||||
derivative.encode()
|
derivative.encode()
|
||||||
derivative.save()
|
derivative.save()
|
||||||
else if rebuild or not derivative.available:
|
elif rebuild or not derivative.available:
|
||||||
derivative.encode()
|
derivative.encode()
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue