From f33f4ba45e5bb4d010befd1ba8c166ec54dd3b71 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 21 Oct 2011 20:05:39 +0200 Subject: [PATCH] save --- pandora/archive/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora/archive/models.py b/pandora/archive/models.py index 2a5e2e55..449083a0 100644 --- a/pandora/archive/models.py +++ b/pandora/archive/models.py @@ -489,6 +489,7 @@ class Stream(models.Model): extract.timeline(self.video.path, self.timeline_prefix) self.cuts = tuple(extract.cuts(self.timeline_prefix)) self.color = tuple(extract.average_color(self.timeline_prefix)) + self.save() def save(self, *args, **kwargs): if self.video and not self.info: