mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-21 17:25:57 +01:00
Fix problem where some news downloads were showing incomplete Table of Contents on Kindle
This commit is contained in:
parent
c913e7902a
commit
0acbb330e9
1 changed files with 2 additions and 0 deletions
|
|
@ -922,6 +922,8 @@ def feed_index(num, parent):
|
|||
desc = a.text_summary
|
||||
if not desc:
|
||||
desc = None
|
||||
else:
|
||||
desc = self.description_limiter(desc)
|
||||
entries.append('%sindex.html'%adir)
|
||||
po = self.play_order_map.get(entries[-1], None)
|
||||
if po is None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue