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
|
||||
pass
|
||||
elif id == 503: # Long title
|
||||
if not title or title == _('Unknown'):
|
||||
if not title or title == _('Unknown') or 'USER_CONTENT' in title:
|
||||
try:
|
||||
title = content.decode(codec)
|
||||
except:
|
||||
|
Loading…
x
Reference in New Issue
Block a user