diff options
author | Sam Potts <sam@potts.es> | 2017-08-06 13:42:37 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2017-08-06 13:42:37 +1000 |
commit | f7144dc0cbde93c1e1ca70672d3c49d35ea50fe7 (patch) | |
tree | d3269688c09e5447205a769ddf935d747a4232fa /readme.md | |
parent | a9957211f40c93eb52e67872b8cc38ce3a9fe26d (diff) | |
download | plyr-f7144dc0cbde93c1e1ca70672d3c49d35ea50fe7.tar.lz plyr-f7144dc0cbde93c1e1ca70672d3c49d35ea50fe7.tar.xz plyr-f7144dc0cbde93c1e1ca70672d3c49d35ea50fe7.zip |
Fix bug when switching sources
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -343,7 +343,7 @@ Note the single quotes encapsulating the JSON and double quotes on the object ke <td>This will restore and *reload* HTML5 video once playback is complete. Note: depending on the browser caching, this may result in the video downloading again (or parts of it). Use with caution.</td> </tr> <tr> - <td><code>keyboardShortcuts</code></td> + <td><code>keyboard</code></td> <td>Object</td> <td><code>{ focused: true, global: false }</code></td> <td>Enable <a href="#shortcuts">keyboard shortcuts</a> for focused players only or globally as well (this will only work if there's one player in the document)</td> |