Skip to content

Commit

Permalink
Fix internal link for the source setter
Browse files Browse the repository at this point in the history
  • Loading branch information
friday committed Jul 10, 2018
1 parent 763eb2d commit 2cf5a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ player.fullscreen.active; // false;
| `speed` ||| Gets or sets the speed for the player. The setter accepts a value in the options specified in your config. Generally the minimum should be 0.5. |
| `quality`¹ ||| Gets or sets the quality for the player. The setter accepts a value from the options specified in your config. |
| `loop` ||| Gets or sets the current loop state of the player. The setter accepts a boolean. |
| `source` ||| Gets or sets the current source for the player. The setter accepts an object. See [source setter](#source-setter) below for examples. |
| `source` ||| Gets or sets the current source for the player. The setter accepts an object. See [source setter](#the-source-setter) below for examples. |
| `poster` ||| Gets or sets the current poster image for the player. The setter accepts a string; the URL for the updated poster image. |
| `autoplay` ||| Gets or sets the autoplay state of the player. The setter accepts a boolean. |
| `currentTrack` ||| Gets or sets the caption track by index. `-1` means the track is missing or captions is not active |
Expand Down

0 comments on commit 2cf5a22

Please sign in to comment.