Fix new/overwrite missing 'begin' KeyError. Plugin only.

This commit is contained in:
Jim Miller 2012-06-06 09:43:09 -05:00
parent bdeb9c089e
commit 56af2c998b
2 changed files with 5 additions and 1 deletions

View file

@ -27,7 +27,7 @@ class FanFictionDownLoaderBase(InterfaceActionBase):
description = 'UI plugin to download FanFiction stories from various sites.'
supported_platforms = ['windows', 'osx', 'linux']
author = 'Jim Miller'
version = (1, 5, 27)
version = (1, 5, 28)
minimum_calibre_version = (0, 8, 30)
#: This field defines the GUI plugin class that contains all the code

View file

@ -976,6 +976,8 @@ make_firstimage_cover:true
book['title'] = 'Unknown'
book['author'] = 'Unknown'
book['author_sort'] = 'Unknown'
book['begin'] = None
book['end'] = None
book['comment'] = ''
book['url'] = ''
@ -991,6 +993,8 @@ make_firstimage_cover:true
book['title'] = 'Unknown'
book['author'] = 'Unknown'
book['author_sort'] = 'Unknown'
book['begin'] = None
book['end'] = None
book['comment'] = ''
book['url'] = ''