mirror of
https://git.luna-app.eu/50n50/sources
synced 2025-12-21 21:26:19 +01:00
Update comix/comix.js
This commit is contained in:
parent
b5f8ab1e93
commit
622dc6d061
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue