diff options
author | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-07-03 14:41:17 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-07-03 15:31:24 +0200 |
commit | 40980e2fcc19d8647778cb868139c0da8a85e6a9 (patch) | |
tree | 4535ff678727704dac21ce979b4475b85872f005 /src | |
parent | c3cdc31f0d3b2fd3313cba5044e1207adba81048 (diff) | |
download | pianobar-40980e2fcc19d8647778cb868139c0da8a85e6a9.tar.gz pianobar-40980e2fcc19d8647778cb868139c0da8a85e6a9.tar.bz2 pianobar-40980e2fcc19d8647778cb868139c0da8a85e6a9.zip |
client: Don't destroy playlist when banning song
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -417,9 +417,6 @@ int main (int argc, char **argv) { PIANO_RATE_BAN) == PIANO_RET_OK) { BarUiMsg ("Ok.\n"); player.doQuit = 1; - /* pandora does this too, I think */ - PianoDestroyPlaylist (&ph); - curSong = NULL; } else { BarUiMsg ("Error.\n"); } |