This commit is contained in:
Kovid Goyal 2023-09-01 09:23:47 +05:30
parent 58de08aed0
commit 1680139cb5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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