mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-27 12:03:52 +00:00
Check more cases
This commit is contained in:
parent
0107572757
commit
b23b60812b
1 changed files with 3 additions and 1 deletions
|
|
@ -234,7 +234,9 @@ const checkIfUploadsAreMissingEpic = (actions, state) =>
|
|||
actions.pipe(
|
||||
filter((action) => {
|
||||
return (
|
||||
action.type === "GOT_FILE_MD5" &&
|
||||
(action.type === "GOT_FILE_MD5" ||
|
||||
action.type === "NOT_CLASSIC_SKIN" ||
|
||||
action.type === "INVALID_FILE_EXTENSION") &&
|
||||
Selectors.getAreReadyToCheckMissingUploads(state.value)
|
||||
);
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue