Associated expanded editions with correct work
This commit is contained in:
@ -137,7 +137,7 @@ class Connector(AbstractConnector):
|
||||
|
||||
for edition_uri in edition_options.get("uris"):
|
||||
remote_id = self.get_remote_id(edition_uri)
|
||||
self.get_or_create_book(remote_id)
|
||||
self.get_or_create_book(remote_id, work=work)
|
||||
|
||||
def get_cover_url(self, cover_blob, *_):
|
||||
"""format the relative cover url into an absolute one:
|
||||
|
Reference in New Issue
Block a user