Files
knightcrawler/addon/lib/types.js
2020-12-13 16:50:00 +01:00

6 lines
92 B
JavaScript

exports.Type = {
MOVIE: 'movie',
SERIES: 'series',
ANIME: 'anime',
OTHER: 'other'
};