only open timelines needed to computed average color for clips

This commit is contained in:
j 2011-10-29 16:45:27 +02:00
commit 88b4d9f62f
3 changed files with 8 additions and 7 deletions

View file

@ -161,5 +161,5 @@ class Annotation(models.Model):
return j
def __unicode__(self):
return u"%s/%s-%s" %(self.item, self.start, self.end)
return u"%s %s-%s" %(self.public_id, self.start, self.end)