]> git.plutz.net Git - serve0/blobdiff - actions/playctl.sh
increased response times
[serve0] / actions / playctl.sh
index c4aff61200e75fae13f7ef730586f7027e2043e5..183bee6fe0cb2ff6d1acc12ce41cdfd564801a6a 100755 (executable)
@@ -20,6 +20,8 @@ fifofile="${_DATA}/mplayer.fifo"
 statusfile="${_DATA}/mplayer.status"
 volfile="${_DATA}/mplayer.volume"
 
+printf '\rBREAK\r' >> "$statusfile"
+
 if   [ -n "${_POST[amp]+x}" ]; then
   amp $(validate "${_POST[amp]}" '(on|off)' off)
 elif [ -n "${_POST[vol]+x}" ]; then