feat(library): anilist-primary manga metadata with jikan fallback

This commit is contained in:
afiqzudinhadi 2026-08-05 14:46:31 +08:00
parent d76ed2631b
commit 8a046a0ea2
12 changed files with 641 additions and 15 deletions

View file

@ -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 } {