reflect backend changes for anime

This commit is contained in:
bignutty 2025-01-03 12:39:41 +01:00
parent 9530e59e6b
commit d6b3239e4c
2 changed files with 9 additions and 4 deletions

View file

@ -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"
}
})