diff --git a/src/store/modules/slplayer/actions.js b/src/store/modules/slplayer/actions.js index 6a447875..2784f080 100644 --- a/src/store/modules/slplayer/actions.js +++ b/src/store/modules/slplayer/actions.js @@ -293,6 +293,8 @@ export default { throw e; } } + + return false; }, INIT_PLAYER_STATE: async ({ rootGetters, commit, dispatch }) => {