diff options
author | waker <wakeroid@gmail.com> | 2010-10-31 15:23:04 +0100 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2010-10-31 15:23:04 +0100 |
commit | 6dfe4d6f75aaf6fe6f5fbe117d92a56aa5befc97 (patch) | |
tree | 6361d73f249816d4f66ea36caf4d2298f925e507 | |
parent | 710e018508b3a2eb2e281d7c8deef1ce6ddf3bc7 (diff) |
redraw playlist after successful cddb query
-rw-r--r-- | plugins/cdda/cdda.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |