Add return if load fails

This commit is contained in:
Travis Shivers 2020-06-30 01:13:37 -05:00
parent 27180eb570
commit f8afae8b3c
1 changed files with 2 additions and 0 deletions

View File

@ -293,6 +293,8 @@ export default {
throw e;
}
}
return false;
},
INIT_PLAYER_STATE: async ({ rootGetters, commit, dispatch }) => {