mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-30 08:26:35 +01:00
Change supernote folder from Documents to Document
This commit is contained in:
parent
d51a453a73
commit
df3a19ef42
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,8 @@ def __init__(self):
|
|||
),
|
||||
# Supernote A5
|
||||
({'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'],
|
||||
}),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue