mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 23:55:57 -05:00
[cache] Do not rebuild cache on rating change events
This commit is contained in:
parent
e7d6fbb9fc
commit
e00a4a1995
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user