forked from 0x2620/pandora
test commit
This commit is contained in:
parent
24117a8774
commit
1a84395850
1 changed files with 1 additions and 0 deletions
|
@ -461,6 +461,7 @@ class Movie(models.Model):
|
|||
f.location = ' '.join([i.name for i in self.locations()])
|
||||
#FIXME: collate filenames
|
||||
#f.filename = self.filename
|
||||
|
||||
f.all = ' '.join(filter(None, [f.title, f.director, f.country, f.year, f.language,
|
||||
f.writer, f.producer, f.editor, f.cinematographer,
|
||||
f.cast, f.genre, f.keywords, f.summary, f.trivia,
|
||||
|
|
Loading…
Reference in a new issue