only add target once, add ,to derivatives
This commit is contained in:
parent
2939714154
commit
e3bd260b55
3 changed files with 2 additions and 4 deletions
|
|
@ -162,10 +162,8 @@ VIDEO_PROFILE = '480p.webm'
|
|||
VIDEO_DERIVATIVES = [
|
||||
'96p.webm',
|
||||
'240p.webm',
|
||||
'360p.webm'
|
||||
'96p.mp4',
|
||||
'240p.mp4',
|
||||
'360p.mp4',
|
||||
'480p.mp4',
|
||||
]
|
||||
'''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue