Revert "Fixed: Stale formats score after changing quality profile for artists"

This reverts commit afbead8a88.
pull/5018/head v2.5.2.4316
Bogdan 3 months ago
parent 6673d14edd
commit b514de2840

@ -166,7 +166,7 @@ class ArtistDetailsConnector extends Component {
// Lifecycle
componentDidMount() {
registerPagePopulator(this.populate, ['artistUpdated']);
registerPagePopulator(this.populate);
this.populate();
}

@ -234,8 +234,6 @@ class SignalRConnector extends Component {
if (action === 'updated') {
this.props.dispatchUpdateItem({ section, ...body.resource });
repopulatePage('artistUpdated');
} else if (action === 'deleted') {
this.props.dispatchRemoveItem({ section, id: body.resource.id });
}

@ -53,7 +53,7 @@ class CutoffUnmetConnector extends Component {
gotoCutoffUnmetFirstPage
} = this.props;
registerPagePopulator(this.repopulate, ['artistUpdated', 'trackFileUpdated', 'trackFileDeleted']);
registerPagePopulator(this.repopulate, ['trackFileUpdated', 'trackFileDeleted']);
if (useCurrentPage) {
fetchCutoffUnmet();

Loading…
Cancel
Save