mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 15:04:08 +02:00
...
This commit is contained in:
parent
712d846090
commit
4354d360d6
1 changed files with 1 additions and 2 deletions
|
|
@ -256,8 +256,7 @@ def __init__(self, field):
|
|||
pass
|
||||
# TODO: Remember to change commas to | when writing authors to sqlite
|
||||
elif field.is_many:
|
||||
# TODO: Implement this
|
||||
pass
|
||||
self.set_books_func = many_one
|
||||
else:
|
||||
self.set_books_func = (one_one_in_books if field.metadata['table']
|
||||
== 'books' else one_one_in_other)
|
||||
|
|
|
|||
Loading…
Reference in a new issue