add tags to anime cards, use fallback for title if no subtype is provided/available

This commit is contained in:
bignutty 2025-02-22 16:10:34 +01:00
parent 2bb389ad93
commit e4c0934d8e
3 changed files with 13 additions and 4 deletions

View file

@ -1877,6 +1877,7 @@ module.exports.PROVISIONAL_ACCOUNT_AVATARS = Object.freeze([
// Anime Format Types (/omni_service/endpoints/anime.js)
module.exports.OMNI_ANIME_FORMAT_TYPES = Object.freeze({
ANIME: "Anime",
TV: "TV",
TV_SHORT: "TV Short",
MOVIE: "Movie",