From bbf3b0f86fab058da3be8cd5198ddc607b35f8b3 Mon Sep 17 00:00:00 2001 From: Mikhail Swift Date: Sun, 12 Feb 2017 23:06:00 -0500 Subject: [PATCH] updated mistake in protocol.md --- PROTOCOL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROTOCOL.md b/PROTOCOL.md index ec3e0c54..caffc708 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -236,7 +236,7 @@ __Request fields__ : __Response__ : OK if source exists, with these additional fields : - **"name"** (string) : name of the requested source - **"volume"** (double) : volume of the requested source, on a linear scale (0.0 to 1.0) -- **"mute"** (bool) : mute status of the requested source +- **"muted"** (bool) : mute status of the requested source ### "SetMute" Mutes or unmutes a specific source.