mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-03-11 17:15:37 +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),
|
||||
catalogs: getCatalogs(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`,
|
||||
logo: `https://i.ibb.co/w4BnkC9/GwxAcDV.png`,
|
||||
behaviorHints: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue