Fix #5399 (Title not shown correctly)

This commit is contained in:
Kovid Goyal 2010-04-27 20:14:17 -06:00
parent ab195723c8
commit 3fa5efd5d6

View File

@ -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: