mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-20 09:52:46 +01:00
10 lines
194 B
JavaScript
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
|
||
|
};
|