From 45e1b3ccd5660f65a05fcd9f4b25db092a11228a Mon Sep 17 00:00:00 2001 From: waker Date: Tue, 16 Oct 2012 20:55:43 +0200 Subject: fixed redrawing playlist after files have been added --- playlist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'playlist.c') 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 -- cgit v1.2.3