Update comix/comix.js
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@ async function searchContent(keyword, page = 0) {
|
|||||||
|
|
||||||
const results = data.result.items.map(manga => ({
|
const results = data.result.items.map(manga => ({
|
||||||
title: manga.title,
|
title: manga.title,
|
||||||
image: manga.poster.large,
|
imageURL: manga.poster.large,
|
||||||
href: manga.hash_id + "-" + manga.slug
|
id: manga.hash_id + "-" + manga.slug
|
||||||
}));
|
}));
|
||||||
|
|
||||||
return results;
|
return results;
|
||||||
|
|||||||
Reference in New Issue
Block a user