mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Blacklist the third party kobo plugins whose functionality has become builtin
This commit is contained in:
parent
92a801a71e
commit
ef9353d7af
@ -39,6 +39,13 @@ builtin_names = frozenset(p.name for p in builtin_plugins)
|
||||
BLACKLISTED_PLUGINS = frozenset({
|
||||
'Marvin XD',
|
||||
'iOS reader applications',
|
||||
|
||||
# Subsumed by builtin functionality
|
||||
'KoboTouchExtended',
|
||||
'KePub Input',
|
||||
'KePub Output',
|
||||
'KePub Metadata Reader',
|
||||
'KePub Metadata Writer',
|
||||
})
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user