summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-10-16 20:55:43 +0200
committerGravatar waker <wakeroid@gmail.com>2012-10-16 20:55:43 +0200
commit45e1b3ccd5660f65a05fcd9f4b25db092a11228a (patch)
treeb01ec6e5d403c4a401b5d9240b117a4a4cf89f6e /playlist.c
parent1c03f44725ad06f12829ea142001bd47a30fc717 (diff)
fixed redrawing playlist after files have been added
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/playlist.c b/playlist.c
index 3ad352dc..90b3286d 100644
--- a/playlist.c
+++ b/playlist.c
@@ -1498,6 +1498,7 @@ pl_add_files_end (void) {
}
addfiles_playlist = NULL;
pl_unlock ();
+ messagepump_push (DB_EV_PLAYLISTCHANGED, 0, 0, 0);
}
int