mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
...
This commit is contained in:
parent
92b9486545
commit
e5c7274ba7
@ -144,6 +144,7 @@ class ReadUI:
|
|||||||
_('The manifest for {title} is not valid').format(title=self.current_metadata.title),
|
_('The manifest for {title} is not valid').format(title=self.current_metadata.title),
|
||||||
traceback.format_exc())
|
traceback.format_exc())
|
||||||
if manifest.version is not RENDER_VERSION:
|
if manifest.version is not RENDER_VERSION:
|
||||||
|
print('calibre upgraded: RENDER_VERSION={} manifest.version={}'.format(RENDER_VERSION, manifest.version))
|
||||||
return self.show_error(_('calibre upgraded!'), _(
|
return self.show_error(_('calibre upgraded!'), _(
|
||||||
'A newer version of calibre is available, please click the reload button in your browser.'))
|
'A newer version of calibre is available, please click the reload button in your browser.'))
|
||||||
self.current_metadata = manifest.metadata
|
self.current_metadata = manifest.metadata
|
||||||
|
Loading…
x
Reference in New Issue
Block a user