✨ (spotify) play and pause when controlling
This commit is contained in:
@@ -17,6 +17,7 @@ export interface State {
|
||||
export interface RootActions extends ActionTree<State, State> {
|
||||
setInterval: (ctx: ActionContext<State, State>, payload: number) => void
|
||||
setHasMusic: (ctx: ActionContext<State, State>, payload: boolean) => void
|
||||
setHasSpotify: (ctx: ActionContext<State, State>, payload: boolean) => void
|
||||
setDev1: (ctx: ActionContext<State, State>, payload: string) => void
|
||||
setDev2: (ctx: ActionContext<State, State>, payload: string) => void
|
||||
setAccessToken: (ctx: ActionContext<State, State>, payload: string) => void
|
||||
|
||||
Reference in New Issue
Block a user