diff options
Diffstat (limited to 'plugins/artwork/artwork.c')
-rw-r--r-- | plugins/artwork/artwork.c | 1 |
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; |