dont update sort/find while import subtitles

This commit is contained in:
j 2012-03-09 19:27:28 +01:00
commit 42486c885e
5 changed files with 7 additions and 10 deletions

View file

@ -1255,7 +1255,6 @@ class Item(models.Model):
offset += f.duration
#remove left over clips without annotations
Clip.objects.filter(item=self, annotations__id=None).delete()
self.update_find()
def srt(self, layer):
return ox.srt.encode([{