mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
SONY-T1 scan all dirs in main memory for ebooks
This commit is contained in:
parent
c7854de342
commit
ec9414433b
@ -329,4 +329,10 @@ class PRST1(USBMS):
|
|||||||
return __appname__
|
return __appname__
|
||||||
return self.EBOOK_DIR_CARD_A
|
return self.EBOOK_DIR_CARD_A
|
||||||
|
|
||||||
|
def get_main_ebook_dir(self, for_upload=False):
|
||||||
|
if for_upload:
|
||||||
|
return __appname__
|
||||||
|
return ''
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user