This commit is contained in:
Kovid Goyal 2012-09-03 15:02:05 +05:30
parent 7a1d05199e
commit 86726f44d8

View File

@ -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