imdb table does not use comuted title
This commit is contained in:
parent
304625025d
commit
ecfd0cd82b
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ import ox
|
|||
|
||||
def find(info, guess=True):
|
||||
q = Imdb.objects.all()
|
||||
if 'seriesTitle' in info:
|
||||
info['title'] = info['seriesTitle']
|
||||
for key in Imdb.keys:
|
||||
if key in info and info[key]:
|
||||
if isinstance(info[key], basestring):
|
||||
|
|
Loading…
Reference in a new issue