mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
migrate to omnisearch endpoint
This commit is contained in:
parent
e43775ed7d
commit
9530e59e6b
3 changed files with 35 additions and 16 deletions
|
@ -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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue