mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 21:12:15 -07:00
Fixed: Imported albums updating on Calendar
(cherry picked from commit 5a3bc49392b700650a34536ff3794bce614f64a4) Closes #4369
This commit is contained in:
parent
3c321d518f
commit
507924e626
4 changed files with 5 additions and 3 deletions
|
@ -216,6 +216,8 @@ class SignalRConnector extends Component {
|
|||
this.props.dispatchUpdateItem({ section, ...body.resource });
|
||||
} else if (body.action === 'deleted') {
|
||||
this.props.dispatchRemoveItem({ section, id: body.resource.id });
|
||||
|
||||
repopulatePage('trackFileDeleted');
|
||||
}
|
||||
|
||||
// Repopulate the page to handle recently imported file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue