toggle soundboard

This commit is contained in:
William Bell
2026-01-06 02:00:10 +00:00
parent 473b5deb64
commit 648017f2d0
3 changed files with 4 additions and 7 deletions

View File

@@ -12,6 +12,4 @@ if [[ -f "$STATE/playing.pids" ]]; then
# Clear the PID file after attempting to stop everything
rm -f "$STATE/playing.pids"
echo "All soundboard playback stopped."
fi