Home
last modified time | relevance | path

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

/MusicFree/src/core/trackPlayer/internal/
H A DplayList.ts78 const playList = playListStore.getValue(); constant
79 const len = playList.length;
84 return playList[(index + len) % len];
/MusicFree/src/components/panels/types/playList/
H A Dbody.tsx86 const playList = TrackPlayer.usePlayList();
92 const id = playList.findIndex(_ =>
116 style.playList,
127 data={playList}
136 playList: {
H A Dheader.tsx12 const playList = TrackPlayer.usePlayList();
23 ({playList.length}首)
/MusicFree/src/core/trackPlayer/
H A Dindex.ts321 const playList = getPlayList(); constant
333 newPlayList = produce(playList, draft => {
352 newPlayList = produce(playList, draft => {
371 const playList = getPlayList();
381 newPlayList = shuffle(playList);
383 newPlayList = sortByTimestampAndIndex(playList, true);