mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
@@ -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' });
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user