This commit is contained in:
Kovid Goyal 2010-10-19 00:03:55 -06:00
parent b0ffb1fb65
commit d463eff5ea

View File

@ -82,7 +82,7 @@ def sony_metadata(oeb):
publisher = __appname__ + ' ' + __version__ publisher = __appname__ + ' ' + __version__
try: try:
pt = unicode(oeb.metadata.publication_type[0]) pt = unicode(oeb.metadata.publication_type[0])
short_title = u''.join(pt.split(':')[2:]) short_title = u':'.join(pt.split(':')[2:])
except: except:
pass pass