Fixed: Spinning of Test All Indexer icon

#507
This commit is contained in:
Qstick
2021-09-23 20:42:17 -05:00
parent 063083a1f1
commit 40c49bce9b
2 changed files with 5 additions and 3 deletions

View File

@@ -168,9 +168,9 @@ class SignalRConnector extends Component {
this.props.dispatchFetchIndexerStatus();
}
handleMovie = (body) => {
handleIndexer = (body) => {
const action = body.action;
const section = 'movies';
const section = 'indexers';
if (action === 'updated') {
this.props.dispatchUpdateItem({ section, ...body.resource });