mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 08:46:34 +00:00
@@ -64,7 +64,7 @@ class DownloadClientOptionsConnector extends Component {
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
this.props.dispatchClearPendingChanges({ section: SECTION });
|
||||
this.props.dispatchClearPendingChanges({ section: 'settings.downloadClientOptions' });
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
@@ -58,7 +58,7 @@ class GeneralSettingsConnector extends Component {
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
this.props.clearPendingChanges({ section: SECTION });
|
||||
this.props.clearPendingChanges({ section: 'settings.general' });
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
@@ -64,7 +64,7 @@ class IndexerOptionsConnector extends Component {
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
this.props.dispatchClearPendingChanges({ section: SECTION });
|
||||
this.props.dispatchClearPendingChanges({ section: 'settings.indexerOptions' });
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
@@ -46,7 +46,7 @@ class MediaManagementConnector extends Component {
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
this.props.clearPendingChanges({ section: SECTION });
|
||||
this.props.clearPendingChanges({ section: 'settings.mediaManagement' });
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
@@ -50,7 +50,7 @@ class NamingConnector extends Component {
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
this.props.clearPendingChanges({ section: SECTION });
|
||||
this.props.clearPendingChanges({ section: 'settings.naming' });
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
@@ -64,7 +64,7 @@ class MetadataProviderConnector extends Component {
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
this.props.dispatchClearPendingChanges({ section: SECTION });
|
||||
this.props.dispatchClearPendingChanges({ section: 'settings.metadataProvider' });
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
@@ -39,7 +39,7 @@ class UISettingsConnector extends Component {
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
this.props.clearPendingChanges({ section: SECTION });
|
||||
this.props.clearPendingChanges({ section: 'settings.ui' });
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user