mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-05 22:15:36 +05:00
chore/api-prox: simplify example of custom episodes
This commit is contained in:
parent
901e51a9da
commit
dd4772c5cf
2 changed files with 12 additions and 51 deletions
|
@ -276,7 +276,7 @@ export async function get(data: any, url: URL) {
|
|||
source: data.episodes.length > 0 ? 3 : source,
|
||||
name: episode.name || "Неизвестная Серия",
|
||||
url: episode.url || "",
|
||||
iframe: episode.iframe || false,
|
||||
iframe: episode.iframe || true,
|
||||
addedDate: 0,
|
||||
is_filler: episode.is_filler || false,
|
||||
is_watched: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue