mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 17:47:16 +00:00
Changing the skin should not put us in a loading state
I think it should be fast enough in most conditions, and it avoids triggering a new layout. Fixes #382.
This commit is contained in:
parent
3b4ced0caf
commit
cb2859a0a7
1 changed files with 0 additions and 1 deletions
|
|
@ -283,7 +283,6 @@ export function fetchMediaTags(file, id) {
|
|||
|
||||
export function setSkinFromFile(skinFile) {
|
||||
return async dispatch => {
|
||||
dispatch({ type: START_LOADING });
|
||||
const skinData = await skinParser(skinFile);
|
||||
dispatch({
|
||||
type: SET_SKIN_DATA,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue