mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 11:48:26 -07:00
Revert "Fixed: Stale formats score after changing quality profile for artists"
This reverts commit afbead8a88
.
This commit is contained in:
parent
6673d14edd
commit
b514de2840
3 changed files with 2 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue