Add return if load fails
This commit is contained in:
parent
27180eb570
commit
f8afae8b3c
|
@ -293,6 +293,8 @@ export default {
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
},
|
},
|
||||||
|
|
||||||
INIT_PLAYER_STATE: async ({ rootGetters, commit, dispatch }) => {
|
INIT_PLAYER_STATE: async ({ rootGetters, commit, dispatch }) => {
|
||||||
|
|
Loading…
Reference in New Issue