summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-08-29 18:57:17 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-08-29 18:57:17 +0200
commitcb82c2caec2ac65722d65ccc1b3768cd6f69d915 (patch)
tree53596703a4aae3d83ec911b4996059e79daf0fa3
parent8d68620944bddf4525855155887d23eb88d824ff (diff)
refresh playlist after albumart settings change
-rw-r--r--plugins/artwork/artwork.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/artwork/artwork.c b/plugins/artwork/artwork.c
index 15ab5ae6..823fdd39 100644
--- a/plugins/artwork/artwork.c
+++ b/plugins/artwork/artwork.c
@@ -639,6 +639,7 @@ artwork_on_configchanged (DB_event_t *ev, uintptr_t data) {
artwork_reset_time = time (NULL);
strcpy (artwork_filemask, new_artwork_filemask);
deadbeef->conf_set_int ("artwork.cache_reset_time", artwork_reset_time);
+ deadbeef->sendmessage (M_PLAYLISTREFRESH, 0, 0, 0);
}
return 0;