summaryrefslogtreecommitdiff
path: root/streamer.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-27 20:10:58 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-27 20:10:58 +0200
commit0569faa14f7d05379462042b7d0b11f7ce84dc5d (patch)
tree5bc52635c1ec54db45450d923105446826446971 /streamer.c
parent276b4c66d5567e1d6b78e9445f9fd546b2b93176 (diff)
pressing stop now redraws stopped item properly
Diffstat (limited to 'streamer.c')
-rw-r--r--streamer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/streamer.c b/streamer.c
index 06dd0e7f..58a208c5 100644
--- a/streamer.c
+++ b/streamer.c
@@ -123,6 +123,7 @@ streamer_thread (uintptr_t ctx) {
nextsong = -1;
p_stop ();
messagepump_push (M_SONGCHANGED, 0, pl_get_idx_of (playlist_current_ptr), -1);
+ pl_set_current (NULL);
continue;
}
else if (p_isstopped ()) {