]> git.tuebingen.mpg.de Git - paraslash.git/commit
mixer: Improve sleep subcommand.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 5 Jan 2018 15:11:36 +0000 (16:11 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 8 Apr 2018 12:06:46 +0000 (14:06 +0200)
commit5bd68d32e37386c6a75b597a0fa1a940cd6876a7
treeb055512043e75696b2b42d64ca1b0f7275933cb1
parent790c87f7e93aba21ffcfea996029ee80c4ccf9ac
mixer: Improve sleep subcommand.

This avoids a pointless exec of "para_client stop" in case no fade-out
mood is given, and another pointless "para_client play" exec which
was executed when already playing.

Other than that behaviour should be identical.
mixer.c