Searched refs:repeatModeStore (Results 1 – 1 of 1) sorted by relevance
53 const repeatModeStore = new GlobalState<MusicRepeatMode>(MusicRepeatMode.QUEUE); constant100 repeatModeStore.setValue(repeatMode as MusicRepeatMode);141 if (repeatModeStore.getValue() === MusicRepeatMode.SINGLE) {193 const repeatMode = repeatModeStore.getValue();234 setRepeatMode(_toggleRepeatMapping[repeatModeStore.getValue()]);373 const prevMode = repeatModeStore.getValue();390 repeatModeStore.setValue(mode);707 repeatModeStore.getValue() === MusicRepeatMode.SHUFFLE827 useRepeatMode: repeatModeStore.useValue,828 getRepeatMode: repeatModeStore.getValue,