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

This reverts commit afbead8a88.
This commit is contained in:
Bogdan 2024-08-18 20:10:27 +03:00
parent 6673d14edd
commit b514de2840
3 changed files with 2 additions and 4 deletions

View file

@ -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 });
}