mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-02-16 16:20:07 -05:00
...
This commit is contained in:
parent
9ef0ef4a8b
commit
f4e335bbe9
@ -722,7 +722,7 @@ class KOBO(USBMS):
|
||||
# if path.startswith('file:///mnt/onboard/'):
|
||||
path = path.replace('file:///mnt/onboard/', self._main_prefix)
|
||||
path = path.replace('/mnt/onboard/', self._main_prefix)
|
||||
# print('Internal: ' + path)
|
||||
# print('Internal: ' + path)
|
||||
|
||||
return path
|
||||
|
||||
@ -2210,7 +2210,7 @@ class KOBOTOUCH(KOBO):
|
||||
path = path.replace('file:///mnt/onboard/', self._main_prefix)
|
||||
path = path.replace('file:///mnt/sd/', self._card_a_prefix)
|
||||
path = path.replace('/mnt/onboard/', self._main_prefix)
|
||||
# print('Internal: ' + path)
|
||||
# print('Internal: ' + path)
|
||||
|
||||
return path
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user