mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
58de08aed0
commit
1680139cb5
@ -66,6 +66,6 @@ class DeviceDefaults:
|
||||
ans = rule[1]
|
||||
if vid == 0x2080 and pid == 0x000a:
|
||||
ans['calibre_file_paths'] = {'metadata':'NOOK/metadata.calibre', 'driveinfo':'NOOK/driveinfo.calibre'}
|
||||
return ans
|
||||
return ans, vid, pid
|
||||
|
||||
return {}, vid, pid
|
||||
|
Loading…
x
Reference in New Issue
Block a user