1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-20 09:52:46 +01:00
Radarr/frontend/src/Movie/movieEntities.js

10 lines
194 B
JavaScript
Raw Normal View History

2018-11-23 08:04:42 +01:00
export const CALENDAR = 'calendar';
export const MOVIES = 'movies';
export const INTERACTIVE_IMPORT = 'interactiveImport.movies';
export default {
CALENDAR,
MOVIES,
INTERACTIVE_IMPORT
};