From 6dfe4d6f75aaf6fe6f5fbe117d92a56aa5befc97 Mon Sep 17 00:00:00 2001 From: waker Date: Sun, 31 Oct 2010 15:23:04 +0100 Subject: redraw playlist after successful cddb query --- plugins/cdda/cdda.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/cdda') diff --git a/plugins/cdda/cdda.c b/plugins/cdda/cdda.c index 55cd3bfe..2ed54b51 100644 --- a/plugins/cdda/cdda.c +++ b/plugins/cdda/cdda.c @@ -362,6 +362,7 @@ cddb_thread (void *items_i) deadbeef->mutex_unlock (mutex); cleanup_thread_params (params); cddb_tid = 0; + deadbeef->plug_trigger_event_playlistchanged (); } static void @@ -525,7 +526,6 @@ cda_insert (DB_playItem_t *after, const char *fname) { } cdio_destroy (cdio); } - deadbeef->plug_trigger_event_playlistchanged (); return res; } -- cgit v1.2.3