From 86726f44d8fcc25ee9a18e0991fedf7871f28c99 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 3 Sep 2012 15:02:05 +0530 Subject: [PATCH] ... --- src/calibre/devices/mtp/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/mtp/driver.py b/src/calibre/devices/mtp/driver.py index f36b068a30..21419960ae 100644 --- a/src/calibre/devices/mtp/driver.py +++ b/src/calibre/devices/mtp/driver.py @@ -243,7 +243,7 @@ class MTP_DEVICE(BASE): use_subdirs = True, 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): # TODO: Implement this