Blacklist the third party kobo plugins whose functionality has become builtin

This commit is contained in:
Kovid Goyal 2025-02-26 15:24:27 +05:30
parent 92a801a71e
commit ef9353d7af
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -39,6 +39,13 @@ builtin_names = frozenset(p.name for p in builtin_plugins)
BLACKLISTED_PLUGINS = frozenset({ BLACKLISTED_PLUGINS = frozenset({
'Marvin XD', 'Marvin XD',
'iOS reader applications', 'iOS reader applications',
# Subsumed by builtin functionality
'KoboTouchExtended',
'KePub Input',
'KePub Output',
'KePub Metadata Reader',
'KePub Metadata Writer',
}) })