mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #5399 (Title not shown correctly)
This commit is contained in:
parent
ab195723c8
commit
3fa5efd5d6
@ -61,7 +61,7 @@ class EXTHHeader(object):
|
|||||||
# last update time
|
# last update time
|
||||||
pass
|
pass
|
||||||
elif id == 503: # Long title
|
elif id == 503: # Long title
|
||||||
if not title or title == _('Unknown'):
|
if not title or title == _('Unknown') or 'USER_CONTENT' in title:
|
||||||
try:
|
try:
|
||||||
title = content.decode(codec)
|
title = content.decode(codec)
|
||||||
except:
|
except:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user