mirror of
https://git.luna-app.eu/50n50/sources
synced 2026-01-02 04:34:54 +01:00
Update animekai/dub/animekai.js
This commit is contained in:
parent
1fa493a0b9
commit
f5c5564ca6
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ async function searchResults(query) {
|
|||
if (fullHref && imageSrc && cleanTitle) {
|
||||
results.push({
|
||||
href: fullHref,
|
||||
image: imageSrc,
|
||||
image: "https://deno-proxies-sznvnpnxwhbv.deno.dev/?url=" + encodeURIComponent(imageSrc),
|
||||
title: cleanTitle
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue