diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2005-03-15 23:18:23 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2005-03-15 23:18:23 +0000 |
commit | d4352ac996743b9bab291bb76ae4dce8fc15f967 (patch) | |
tree | 7f84848799227f0169c30cddd7d65da787f2051e /TODO | |
parent | f72351705784aec1277d03c467cc57995c818b19 (diff) | |
download | mpd-d4352ac996743b9bab291bb76ae4dce8fc15f967.tar.gz mpd-d4352ac996743b9bab291bb76ae4dce8fc15f967.tar.xz mpd-d4352ac996743b9bab291bb76ae4dce8fc15f967.zip |
undo change 3081
git-svn-id: https://svn.musicpd.org/mpd/trunk@3085 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | TODO | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -25,12 +25,8 @@ *) add support for saving and restoring audioOutput state to the state_file -*) fix killall mpd - *) have it determine if SIGTERM received from parent pid, if not - then it doesn't exit with EXIT_SUCCESS, but EXIT_FAILURE - *) if player died w/ EXIT FAILURE, then store the current - state somewhere in case we a SIGTERM was received by the - parent +*) on resetPlayer(), store last state info, so that a killall mpd will + properlly save the state, even if the player process dies first 0.13 ---- |