mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-27 09:12:34 -04:00
...
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user