mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Backend Updates from Sonarr
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com> Co-Authored-By: taloth <taloth@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,6 @@ import * as blacklist from './blacklistActions';
|
||||
import * as calendar from './calendarActions';
|
||||
import * as captcha from './captchaActions';
|
||||
import * as customFilters from './customFilterActions';
|
||||
import * as devices from './deviceActions';
|
||||
import * as commands from './commandActions';
|
||||
import * as movieFiles from './movieFileActions';
|
||||
import * as history from './historyActions';
|
||||
@@ -13,6 +12,7 @@ import * as interactiveImportActions from './interactiveImportActions';
|
||||
import * as oAuth from './oAuthActions';
|
||||
import * as organizePreview from './organizePreviewActions';
|
||||
import * as paths from './pathActions';
|
||||
import * as providerOptions from './providerOptionActions';
|
||||
import * as queue from './queueActions';
|
||||
import * as releases from './releaseActions';
|
||||
import * as rootFolders from './rootFolderActions';
|
||||
@@ -32,7 +32,6 @@ export default [
|
||||
captcha,
|
||||
commands,
|
||||
customFilters,
|
||||
devices,
|
||||
movieFiles,
|
||||
history,
|
||||
importMovie,
|
||||
@@ -40,6 +39,7 @@ export default [
|
||||
oAuth,
|
||||
organizePreview,
|
||||
paths,
|
||||
providerOptions,
|
||||
queue,
|
||||
releases,
|
||||
rootFolders,
|
||||
|
Reference in New Issue
Block a user