1
0
forked from 50n50/sources

Update comix/comix.js

This commit is contained in:
aka paul
2025-11-29 19:15:10 +00:00
parent b5f8ab1e93
commit 622dc6d061
+2 -2
View File
@@ -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;