mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
b0ffb1fb65
commit
d463eff5ea
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user