Home
last modified time | relevance | path

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

/MusicFree/src/core/trackPlayer/
H A Dindex.ts325 let shouldPlayCurrent: boolean | null = null; variable
339 shouldPlayCurrent = false;
345 shouldPlayCurrent = !musicIsPaused(state);
347 shouldPlayCurrent = false;
359 if (shouldPlayCurrent === true) {
361 } else if (shouldPlayCurrent === false) {