mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 13:43:06 -04:00
add tags to anime cards, use fallback for title if no subtype is provided/available
This commit is contained in:
parent
2bb389ad93
commit
e4c0934d8e
3 changed files with 13 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue