async function handleStopPlaying()

in frontend/src/app/page.tsx [42:44]


  async function handleStopPlaying() {
    await stopPlaying();
  }