mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 21:12:15 -07:00
Fixed: Stale formats score after changing quality profile for artists
Closes #5009
This commit is contained in:
parent
950e94564e
commit
afbead8a88
3 changed files with 4 additions and 2 deletions
|
@ -234,6 +234,8 @@ 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 });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue