Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/underpig1/octos
Browse files Browse the repository at this point in the history
  • Loading branch information
underpig1 committed Oct 20, 2023
2 parents ce725e9 + e509fca commit ced5efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/media-controller.md
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ Emitted when the playback track changes.

### `playbackstatus`

Returns: `event` containing `status` as a string (can be one of `'playing'`, `'paused'`, `'stoppe'"`, `'opened'`)
Returns: `event` containing `status` as a string (can be one of `'playing'`, `'paused'`, `'stopped'`, `'opened'`)

Emitted when the playback status changes.

@@ -150,4 +150,4 @@ const btn = document.createElement("button");
btn.innerText = "Skip to next track";
btn.onclick = controller.nextTrack;
document.body.appendChild(btn);
```
```

0 comments on commit ced5efe

Please sign in to comment.