forked from 0x2620/pandora
dont update sort/find while import subtitles
This commit is contained in:
parent
50ad006359
commit
42486c885e
5 changed files with 7 additions and 10 deletions
|
|
@ -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([{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue