aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/doc/api/embeds.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/doc/api/embeds.md b/support/doc/api/embeds.md
index b1791ea13..a4236c521 100644
--- a/support/doc/api/embeds.md
+++ b/support/doc/api/embeds.md
@@ -123,7 +123,8 @@ Fired every half second to provide the current status of playback. The parameter
123} 123}
124``` 124```
125 125
126The `volume` field contains the volume from `0` (silent) to `1` (full volume). The `playbackState` can be `playing` or `paused`. More states may be added later. 126The `volume` field contains the volume from `0` (silent) to `1` (full volume).
127The `playbackState` can be `unstarted`, `playing`, `paused` or `ended`. More states may be added later.
127 128
128## Event `playbackStatusChange` 129## Event `playbackStatusChange`
129 130