Supernote needs Documents not NOOK

This commit is contained in:
Kovid Goyal 2021-12-11 12:08:43 +05:30
parent 6db6e338e3
commit e15227eb0c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -32,7 +32,7 @@ class DeviceDefaults:
), ),
# Supernote A5 # Supernote A5
({'vendor': 0x2207, 'product': 0x0031}, { ({'vendor': 0x2207, 'product': 0x0031}, {
'calibre_file_paths': {'metadata':'NOOK/metadata.calibre', 'driveinfo':'NOOK/driveinfo.calibre'}, 'calibre_file_paths': {'metadata':'Documents/metadata.calibre', 'driveinfo':'Documents/driveinfo.calibre'},
}), }),
) )