Lidarr/frontend/src/Store/Actions/organizePreviewActionHandle...

9 lines
278 B
JavaScript

import createFetchHandler from './Creators/createFetchHandler';
import * as types from './actionTypes';
const organizePreviewActionHandlers = {
[types.FETCH_ORGANIZE_PREVIEW]: createFetchHandler('organizePreview', '/rename')
};
export default organizePreviewActionHandlers;