forked from 0x2620/pandora
type moved to Layer
This commit is contained in:
parent
7754534347
commit
a0db8b77ad
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ class Item(models.Model):
|
|||
|
||||
#FIXME:
|
||||
#f.dialog = 'fixme'
|
||||
save('dialog', '\n'.join([l.value for l in Annotation.objects.filter(type='subtitle', item=self).order_by('start')]))
|
||||
save('dialog', '\n'.join([l.value for l in Annotation.objects.filter(layer__type='subtitle', item=self).order_by('start')]))
|
||||
|
||||
#FIXME: collate filenames
|
||||
#f.filename = self.filename
|
||||
|
|
Loading…
Reference in a new issue