Fixes to foilpresenter author handling

This commit is contained in:
Jon Tibble 2011-02-24 02:38:42 +00:00
parent 3b31186114
commit 5e2a7e1cde
1 changed files with 2 additions and 2 deletions

View File

@ -339,7 +339,7 @@ class FoilPresenter(object):
elif (len(author) > 2):
authors.append(author)
if not authors:
authors.append(SongStrings.AuthorUnknownUnT)
authors.append(SongStrings.AuthorUnknown)
for display_name in authors:
author = self.manager.get_object_filtered(Author,
Author.display_name == display_name)