mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-18 05:45:12 +00:00
Add default schema values for root folders
(cherry picked from commit 7ae82a982ce17efa46c0a0b23256a26edf90babb)
This commit is contained in:
@@ -4,6 +4,8 @@ import createRemoveItemHandler from 'Store/Actions/Creators/createRemoveItemHand
|
||||
import createSaveProviderHandler, { createCancelSaveProviderHandler } from 'Store/Actions/Creators/createSaveProviderHandler';
|
||||
import createSetSettingValueReducer from 'Store/Actions/Creators/Reducers/createSetSettingValueReducer';
|
||||
import { createThunk } from 'Store/thunks';
|
||||
import monitorNewItemsOptions from 'Utilities/Author/monitorNewItemsOptions';
|
||||
import monitorOptions from 'Utilities/Author/monitorOptions';
|
||||
|
||||
//
|
||||
// Variables
|
||||
@@ -51,6 +53,10 @@ export default {
|
||||
port: 8080,
|
||||
useSsl: false,
|
||||
outputProfile: 'default',
|
||||
defaultQualityProfileId: 0,
|
||||
defaultMetadataProfileId: 0,
|
||||
defaultMonitorOption: monitorOptions[0].key,
|
||||
defaultNewItemMonitorOption: monitorNewItemsOptions[0].key,
|
||||
defaultTags: []
|
||||
},
|
||||
isSaving: false,
|
||||
|
||||
Reference in New Issue
Block a user