mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-31 12:10:19 -07:00
Avoid double fetch of QualityDefinitions (#2370)
(cherry picked from commit dbd140d4ec0507221b677a00967ff96b9f5adc16) Co-authored-by: Qstick <qstick@gmail.com>
This commit is contained in:
parent
9f1d4446e8
commit
27669f472b
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@ class QualityDefinitionsConnector extends Component {
|
||||||
// Lifecycle
|
// Lifecycle
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
this.props.dispatchFetchQualityDefinitions();
|
|
||||||
|
|
||||||
const {
|
const {
|
||||||
dispatchFetchQualityDefinitions,
|
dispatchFetchQualityDefinitions,
|
||||||
dispatchSaveQualityDefinitions,
|
dispatchSaveQualityDefinitions,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue