mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
New: Option to control which new author books get monitored
This commit is contained in:
@@ -57,6 +57,7 @@ class AddNewAuthorModalContentConnector extends Component {
|
||||
foreignAuthorId,
|
||||
rootFolderPath,
|
||||
monitor,
|
||||
monitorNewItems,
|
||||
qualityProfileId,
|
||||
metadataProfileId,
|
||||
tags
|
||||
@@ -66,6 +67,7 @@ class AddNewAuthorModalContentConnector extends Component {
|
||||
foreignAuthorId,
|
||||
rootFolderPath: rootFolderPath.value,
|
||||
monitor: monitor.value,
|
||||
monitorNewItems: monitorNewItems.value,
|
||||
qualityProfileId: qualityProfileId.value,
|
||||
metadataProfileId: metadataProfileId.value,
|
||||
tags: tags.value,
|
||||
@@ -91,6 +93,7 @@ AddNewAuthorModalContentConnector.propTypes = {
|
||||
foreignAuthorId: PropTypes.string.isRequired,
|
||||
rootFolderPath: PropTypes.object,
|
||||
monitor: PropTypes.object.isRequired,
|
||||
monitorNewItems: PropTypes.object.isRequired,
|
||||
qualityProfileId: PropTypes.object,
|
||||
metadataProfileId: PropTypes.object,
|
||||
tags: PropTypes.object.isRequired,
|
||||
|
||||
Reference in New Issue
Block a user