mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
Fix restore database not working on some windows installs
This commit is contained in:
parent
6d2208759c
commit
16560874da
@ -24,6 +24,7 @@ NON_EBOOK_EXTENSIONS = frozenset([
|
|||||||
class RestoreDatabase(LibraryDatabase2):
|
class RestoreDatabase(LibraryDatabase2):
|
||||||
|
|
||||||
PATH_LIMIT = 10
|
PATH_LIMIT = 10
|
||||||
|
WINDOWS_LIBRARY_PATH_LIMIT = 180
|
||||||
|
|
||||||
def set_path(self, *args, **kwargs):
|
def set_path(self, *args, **kwargs):
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user