This commit is contained in:
Kovid Goyal 2015-06-29 09:03:36 +05:30
parent 5eda98a866
commit 7875a3de4f

View File

@ -77,7 +77,7 @@ class DevicePlugin(Plugin):
OPEN_FEEDBACK_MESSAGE = None OPEN_FEEDBACK_MESSAGE = None
#: Set of extensions that are "virtual books" on the device #: Set of extensions that are "virtual books" on the device
#: and therefore cannot be viewed/saved/added to library #: and therefore cannot be viewed/saved/added to library.
#: For example: ``frozenset(['kobo'])`` #: For example: ``frozenset(['kobo'])``
VIRTUAL_BOOK_EXTENSIONS = frozenset([]) VIRTUAL_BOOK_EXTENSIONS = frozenset([])