add encodingProfile api call, minor fixes
This commit is contained in:
parent
7f9a4e252e
commit
33725ff9d4
7 changed files with 20 additions and 8 deletions
|
|
@ -33,6 +33,6 @@ def updateStreams(itemId):
|
|||
create stream, extract timeline and create derivatives
|
||||
'''
|
||||
item = models.Item.objects.get(itemId=itemId)
|
||||
if item.files.filter(is_main=True, is_video=True, availble=False).count() == 0:
|
||||
if item.files.filter(is_main=True, is_video=True, available=False).count() == 0:
|
||||
item.updateStreams()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue