mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-02 07:55:04 +01:00
MTP driver: Remove various filetypes that are not actually ebooks
This commit is contained in:
parent
e1c3e1905e
commit
ae2b4a4214
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
from calibre.utils.icu import sort_key, lower
|
||||
from calibre.ebooks import BOOK_EXTENSIONS
|
||||
|
||||
bexts = frozenset(BOOK_EXTENSIONS)
|
||||
bexts = frozenset(BOOK_EXTENSIONS) - {'mbp', 'tan', 'rar', 'zip', 'xml'}
|
||||
|
||||
class FileOrFolder(object):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue