diff --git a/src/calibre/ebooks/oeb/polish/check/links.py b/src/calibre/ebooks/oeb/polish/check/links.py index 5843b84cfd..98eb390e3f 100644 --- a/src/calibre/ebooks/oeb/polish/check/links.py +++ b/src/calibre/ebooks/oeb/polish/check/links.py @@ -60,6 +60,11 @@ class Unmanifested(BadLink): ' the calibre ebook viewer. You can remove it if you do not' ' need that information, or dont want to share it with' ' other people you send this book to.') + self.INDIVIDUAL_FIX = _('Remove this file') + + def __call__(self, container): + container.remove_item(self.name) + return True def check_links(container):