summaryrefslogtreecommitdiffstats
path: root/src/polypcore/cli-command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/cli-command.c')
-rw-r--r--src/polypcore/cli-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polypcore/cli-command.c b/src/polypcore/cli-command.c
index 0251ab0a..180c61e9 100644
--- a/src/polypcore/cli-command.c
+++ b/src/polypcore/cli-command.c
@@ -597,7 +597,7 @@ static int pa_cli_command_scache_play(pa_core *c, pa_tokenizer *t, pa_strbuf *bu
return -1;
}
- if (pa_scache_play_item(c, n, sink, NULL) < 0) {
+ if (pa_scache_play_item(c, n, sink, PA_VOLUME_NORM) < 0) {
pa_strbuf_puts(buf, "Failed to play sample.\n");
return -1;
}