Fix #6902 (searching for a title or part of a title)

This commit is contained in:
Kovid Goyal 2010-09-22 19:21:31 -06:00
commit 901534a57b

View File

@ -41,6 +41,10 @@ class Book(MetaInformation):
self.authors = ['']
else:
self.authors = [authors]
if not title:
self.title = _('Unknown')
self.mime = mime
self.size = size # will be set later if None