Fixed: Add author/book fails unless you change Monitor New Items value

pull/1365/head
ta264 3 years ago
parent 6cecf23b88
commit 05a0508d78

@ -3,6 +3,7 @@ import { createAction } from 'redux-actions';
import { batchActions } from 'redux-batched-actions';
import { createThunk, handleThunks } from 'Store/thunks';
import getNewAuthor from 'Utilities/Author/getNewAuthor';
import monitorNewItemsOptions from 'Utilities/Author/monitorNewItemsOptions';
import monitorOptions from 'Utilities/Author/monitorOptions';
import getNewBook from 'Utilities/Book/getNewBook';
import createAjaxRequest from 'Utilities/createAjaxRequest';
@ -32,6 +33,7 @@ export const defaultState = {
authorDefaults: {
rootFolderPath: '',
monitor: monitorOptions[0].key,
monitorNewItems: monitorNewItemsOptions[0].key,
qualityProfileId: 0,
metadataProfileId: 0,
tags: []
@ -40,6 +42,7 @@ export const defaultState = {
bookDefaults: {
rootFolderPath: '',
monitor: monitorOptions[0].key,
monitorNewItems: monitorNewItemsOptions[0].key,
qualityProfileId: 0,
metadataProfileId: 0,
tags: []

Loading…
Cancel
Save