[cache] Do not rebuild cache on rating change events

This commit is contained in:
chme 2017-12-15 17:11:33 +01:00 committed by ejurgensen
parent e7d6fbb9fc
commit e00a4a1995

View File

@ -1596,7 +1596,7 @@ cache_init(void)
cmdbase = commands_base_new(evbase_cache, NULL);
ret = listener_add(cache_daap_listener_cb, LISTENER_DATABASE | LISTENER_RATING);
ret = listener_add(cache_daap_listener_cb, LISTENER_DATABASE);
if (ret < 0)
{
DPRINTF(E_LOG, L_CACHE, "Could not create listener event\n");