mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
6 lines
92 B
JavaScript
6 lines
92 B
JavaScript
exports.Type = {
|
|
MOVIE: 'movie',
|
|
SERIES: 'series',
|
|
ANIME: 'anime',
|
|
OTHER: 'other'
|
|
}; |