mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 08:03:12 +02:00
Supernote needs Documents not NOOK
This commit is contained in:
parent
6db6e338e3
commit
e15227eb0c
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ def __init__(self):
|
|||
),
|
||||
# Supernote A5
|
||||
({'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'},
|
||||
}),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue