Skip to content

Commit

Permalink
readme: document changes from #18
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Mar 5, 2019
1 parent d38d2ed commit 26fcd12
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -60,6 +60,8 @@ player.metadata = {
player.playbackStatus = 'Playing';
```

See `examples/player.js`.

Events:
* `next`
* `previous`
Expand All @@ -68,7 +70,6 @@ Events:
* `stop`
* `play`
* `seek`
* `position`
* `open`
* `loopStatus`
* `rate`
Expand All @@ -92,7 +93,8 @@ Properties:
* `canControl`

Methods:
* `seeked(offset)`
* `seeked(position)`
* `getPosition()` (should be overridden to return the current position)

## TrackList

Expand Down

0 comments on commit 26fcd12

Please sign in to comment.