mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
d0cd330c3b
commit
ed4c499e53
@ -273,6 +273,7 @@ def render_jacket(mi, output_profile,
|
|||||||
elif dt == 'rating':
|
elif dt == 'rating':
|
||||||
args[dkey] = rating_to_stars(mi.get(key), m.get('display', {}).get('allow_half_stars', False))
|
args[dkey] = rating_to_stars(mi.get(key), m.get('display', {}).get('allow_half_stars', False))
|
||||||
elif dt == 'comments':
|
elif dt == 'comments':
|
||||||
|
val = val or ''
|
||||||
display = m.get('display', {})
|
display = m.get('display', {})
|
||||||
ctype = display.get('interpret_as') or 'html'
|
ctype = display.get('interpret_as') or 'html'
|
||||||
if ctype == 'long-text':
|
if ctype == 'long-text':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user