forked from 50n50/sources
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 => ({
|
||||
title: manga.title,
|
||||
image: manga.poster.large,
|
||||
href: manga.hash_id + "-" + manga.slug
|
||||
imageURL: manga.poster.large,
|
||||
id: manga.hash_id + "-" + manga.slug
|
||||
}));
|
||||
|
||||
return results;
|
||||
|
||||
Reference in New Issue
Block a user