Change supernote folder from Documents to Document

This commit is contained in:
Kovid Goyal 2021-12-22 21:17:01 +05:30
parent d51a453a73
commit df3a19ef42
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

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