mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 13:43:06 -04:00
add omnisearch for movies&tv
This commit is contained in:
parent
d6b3239e4c
commit
6ddf9829ab
5 changed files with 98 additions and 4 deletions
|
@ -1674,4 +1674,9 @@ module.exports.OMNI_ANIME_FORMAT_TYPES = Object.freeze({
|
|||
MANGA: "Manga",
|
||||
NOVEL: "Novel",
|
||||
ONE_SHOT: "One Shot"
|
||||
})
|
||||
|
||||
module.exports.OMNI_MOVIE_TYPES = Object.freeze({
|
||||
"movie": "Movie",
|
||||
"tv": "TV Show"
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue