update video on sort and time code changes

This commit is contained in:
j 2013-07-14 10:57:03 +00:00
commit 1ec946d118
2 changed files with 34 additions and 4 deletions

View file

@ -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: