forked from mirrors/bookwyrm
fixes mapping for openlibrary isbn10 field
This commit is contained in:
parent
d990a5effd
commit
2c1e7b8ecc
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ class Connector(AbstractConnector):
|
||||||
get_first = lambda a: a[0]
|
get_first = lambda a: a[0]
|
||||||
self.key_mappings = {
|
self.key_mappings = {
|
||||||
'isbn_13': ('isbn_13', get_first),
|
'isbn_13': ('isbn_13', get_first),
|
||||||
|
'isbn_10': ('isbn_10', get_first),
|
||||||
'oclc_numbers': ('oclc_number', get_first),
|
'oclc_numbers': ('oclc_number', get_first),
|
||||||
'lccn': ('lccn', get_first),
|
'lccn': ('lccn', get_first),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue