Cache the bell sound in the canberra server since it is a frequently played sound
This commit is contained in:
parent
fdc9835587
commit
9a04405ad2
1 changed files with 1 additions and 0 deletions
|
|
@ -154,6 +154,7 @@ play_canberra_sound(const char *which_sound, const char *event_id, bool is_path,
|
|||
which_type, which_sound,
|
||||
"event.description", event_id,
|
||||
"media.role", media_role,
|
||||
"canberra.cache-control", "permanent",
|
||||
NULL
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue