remove failed transcodes, fix reuploading the same file via direct upload
This commit is contained in:
parent
2c01974625
commit
3064785b3e
4 changed files with 16 additions and 3 deletions
|
|
@ -570,6 +570,7 @@ class Stream(models.Model):
|
|||
if extract.stream(media, target, self.name(), info):
|
||||
self.available = True
|
||||
else:
|
||||
self.media = None
|
||||
self.available = False
|
||||
self.save()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue