Fixes getting isbn for librarything imports

This commit is contained in:
Mouse Reeve
2021-11-13 12:46:27 -08:00
parent fb91c33682
commit 7f06ee3844
3 changed files with 10 additions and 5 deletions

View File

@ -25,7 +25,7 @@ class Importer:
("title", ["title"]),
("authors", ["author", "authors", "primary author"]),
("isbn_10", ["isbn10", "isbn"]),
("isbn_13", ["isbn13", "isbn"]),
("isbn_13", ["isbn13", "isbn", "isbns"]),
("shelf", ["shelf", "exclusive shelf", "read status"]),
("review_name", ["review name"]),
("review_body", ["my review", "review"]),