mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
712d846090
commit
4354d360d6
@ -256,8 +256,7 @@ class Writer(object):
|
||||
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…
x
Reference in New Issue
Block a user