migrate to omnisearch endpoint

This commit is contained in:
bignutty 2025-01-03 12:30:54 +01:00
parent e43775ed7d
commit 9530e59e6b
3 changed files with 35 additions and 16 deletions

View file

@ -1658,4 +1658,20 @@ module.exports.PROVISIONAL_ACCOUNT_AVATARS = Object.freeze([
"https://discord.com/assets/0afec6e15d7c376edb17.png",
"https://discord.com/assets/06c71afa509013e91173.png",
"https://discord.com/assets/15a9b7ce7525b2fbe72f.png"
])
])
// Omnisearch
// Anime Format Types (/omni_service/endpoints/anime.js)
const FORMAT_TYPES = {
TV: "Tv",
TV_SHORT: "Tv Short",
MOVIE: "Movie",
SPECIAL: "Special",
OVA: "OVA",
ONA: "ONA",
MUSIC: "Music",
MANGA: "Manga",
NOVEL: "Novel",
ONE_SHOT: "One Shot"
}