Don't use subdirs when sending files to the SNE

This commit is contained in:
Kovid Goyal 2011-01-15 15:19:59 -07:00
parent c858e77414
commit 1005fd234f

View File

@ -33,6 +33,6 @@ class SNE(USBMS):
STORAGE_CARD_VOLUME_LABEL = 'SNE Storage Card'
EBOOK_DIR_MAIN = EBOOK_DIR_CARD_A = 'Books'
SUPPORTS_SUB_DIRS = True
SUPPORTS_SUB_DIRS = False