feat(library): anilist-primary manga metadata with jikan fallback
This commit is contained in:
parent
d76ed2631b
commit
8a046a0ea2
12 changed files with 641 additions and 15 deletions
|
|
@ -77,7 +77,7 @@ describe('maybeCatchUp', () => {
|
|||
});
|
||||
|
||||
function fakeSpecDeps() {
|
||||
return { http: async () => ({}), httpText: async () => '', getKey: () => '', log: () => {}, notify: () => {} };
|
||||
return { http: async () => ({}), httpText: async () => '', httpPostJson: async () => ({}), getKey: () => '', log: () => {}, notify: () => {} };
|
||||
}
|
||||
|
||||
function deferredDeps(): { deps: LibraryEngineDeps; listNotesCalls: () => number; release: () => void } {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue