l radio: force play regularly

This commit is contained in:
lassulus 2018-01-20 12:49:37 +01:00
parent 9344169ef2
commit 2398bc71ee

View File

@ -118,6 +118,7 @@ in {
if test $(timeLeft) -le $LIMIT; then
${add_random}/bin/add_random
fi
${pkgs.mpc_cli}/bin/mpc play > /dev/null
'';
in {
description = "radio playlist autoadder";