mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-04-21 15:11:56 +00:00
support anime type in manifest
This commit is contained in:
parent
a3051d7995
commit
7ad484f55c
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ function manifest(config = {}) {
|
||||||
description: getDescription(config),
|
description: getDescription(config),
|
||||||
catalogs: getCatalogs(config),
|
catalogs: getCatalogs(config),
|
||||||
resources: getResources(config),
|
resources: getResources(config),
|
||||||
types: [Type.MOVIE, Type.SERIES, Type.OTHER],
|
types: [Type.MOVIE, Type.SERIES, Type.ANIME, Type.OTHER],
|
||||||
background: `https://i.ibb.co/VtSfFP9/t8wVwcg.jpg`,
|
background: `https://i.ibb.co/VtSfFP9/t8wVwcg.jpg`,
|
||||||
logo: `https://i.ibb.co/w4BnkC9/GwxAcDV.png`,
|
logo: `https://i.ibb.co/w4BnkC9/GwxAcDV.png`,
|
||||||
behaviorHints: {
|
behaviorHints: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue