playStatus.js 84 B

12345
  1. module.exports = {
  2. PLAYING: "playing",
  3. PAUSE: "pause",
  4. STOP: "stop",
  5. };