Home
last modified time | relevance | path

Searched refs:repeatModeStore (Results 1 – 1 of 1) sorted by relevance

/MusicFree/src/core/trackPlayer/
H A Dindex.ts53 const repeatModeStore = new GlobalState<MusicRepeatMode>(MusicRepeatMode.QUEUE); constant
100 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.SHUFFLE
827 useRepeatMode: repeatModeStore.useValue,
828 getRepeatMode: repeatModeStore.getValue,