From 563b202a1c99c518d7e22ef7ec4dd133f8aa8e65 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 24 Feb 2012 01:32:59 +0530 Subject: [PATCH] save item after extracting derivatives --- pandora/archive/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/archive/tasks.py b/pandora/archive/tasks.py index 7aa11fe2a..3716b9c2c 100644 --- a/pandora/archive/tasks.py +++ b/pandora/archive/tasks.py @@ -119,7 +119,7 @@ def update_stream(id): s.file.item.update_timeline() #make sure all derivatives exist s.extract_derivatives() - s.file.item.update_sort() + s.file.item.save() #update clips for c in s.file.item.clips.all():