mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
d3545e9c0a
commit
201c7e4347
@ -850,7 +850,7 @@ class Device(DeviceConfig, DevicePlugin):
|
|||||||
|
|
||||||
if on_card == 'carda':
|
if on_card == 'carda':
|
||||||
path = os.path.join(self._card_a_prefix,
|
path = os.path.join(self._card_a_prefix,
|
||||||
*(self.get_carda_ebook_dir().split('/')))
|
*(self.get_carda_ebook_dir(for_upload=True).split('/')))
|
||||||
elif on_card == 'cardb':
|
elif on_card == 'cardb':
|
||||||
path = os.path.join(self._card_b_prefix,
|
path = os.path.join(self._card_b_prefix,
|
||||||
*(self.EBOOK_DIR_CARD_B.split('/')))
|
*(self.EBOOK_DIR_CARD_B.split('/')))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user