mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
7a1d05199e
commit
86726f44d8
@ -243,7 +243,7 @@ class MTP_DEVICE(BASE):
|
|||||||
use_subdirs = True,
|
use_subdirs = True,
|
||||||
news_in_folder = self.NEWS_IN_FOLDER,
|
news_in_folder = self.NEWS_IN_FOLDER,
|
||||||
)
|
)
|
||||||
return tuple(x.lower() for x in filepath.split('/'))
|
return tuple(x for x in filepath.split('/'))
|
||||||
|
|
||||||
def prefix_for_location(self, on_card):
|
def prefix_for_location(self, on_card):
|
||||||
# TODO: Implement this
|
# TODO: Implement this
|
||||||
|
Loading…
x
Reference in New Issue
Block a user