1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-03 06:37:18 +02:00
Radarr/frontend/src/Movie/movieEntities.js
2019-06-11 22:06:43 -04:00

10 lines
194 B
JavaScript

export const CALENDAR = 'calendar';
export const MOVIES = 'movies';
export const INTERACTIVE_IMPORT = 'interactiveImport.movies';
export default {
CALENDAR,
MOVIES,
INTERACTIVE_IMPORT
};