update video on sort and time code changes
This commit is contained in:
parent
bd606a6512
commit
1ec946d118
2 changed files with 34 additions and 4 deletions
|
|
@ -96,7 +96,7 @@ def editClip(request):
|
|||
response = json_response()
|
||||
data = json.loads(request.POST['data'])
|
||||
clip = get_object_or_404_json(models.Clip, pk=ox.fromAZ(data['id']))
|
||||
valid = False
|
||||
valid = True
|
||||
if clip.edit.editable(request.user):
|
||||
for key in ('in', 'out'):
|
||||
if key in data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue