mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
reflect backend changes for anime
This commit is contained in:
parent
9530e59e6b
commit
d6b3239e4c
2 changed files with 9 additions and 4 deletions
|
@ -1663,7 +1663,7 @@ module.exports.PROVISIONAL_ACCOUNT_AVATARS = Object.freeze([
|
|||
// Omnisearch
|
||||
|
||||
// Anime Format Types (/omni_service/endpoints/anime.js)
|
||||
const FORMAT_TYPES = {
|
||||
module.exports.OMNI_ANIME_FORMAT_TYPES = Object.freeze({
|
||||
TV: "Tv",
|
||||
TV_SHORT: "Tv Short",
|
||||
MOVIE: "Movie",
|
||||
|
@ -1674,4 +1674,4 @@ const FORMAT_TYPES = {
|
|||
MANGA: "Manga",
|
||||
NOVEL: "Novel",
|
||||
ONE_SHOT: "One Shot"
|
||||
}
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue