Fixes loading remote books
- saves remote_id correctly - loads remote books for incoming statuses
This commit is contained in:
parent
72219ace77
commit
203e526a83
8 changed files with 57 additions and 5 deletions
|
@ -51,6 +51,9 @@ class Connector(AbstractConnector):
|
|||
)
|
||||
|
||||
|
||||
def get_remote_id_from_data(self, data):
|
||||
pass
|
||||
|
||||
def is_work_data(self, data):
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue