diff options
author | Sam Potts <sam@potts.es> | 2020-04-24 00:47:41 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2020-04-24 00:47:41 +1000 |
commit | e48b1d11ce37960bc5803056561ec2b3996258c3 (patch) | |
tree | 10cab37f09f710c22d338ac8a0d8f43df5817caf /src/js | |
parent | ba91f23c50a6c7efa7d39dfb7105c16c20671434 (diff) | |
download | plyr-e48b1d11ce37960bc5803056561ec2b3996258c3.tar.lz plyr-e48b1d11ce37960bc5803056561ec2b3996258c3.tar.xz plyr-e48b1d11ce37960bc5803056561ec2b3996258c3.zip |
Housekeeping
Diffstat (limited to 'src/js')
-rw-r--r-- | src/js/plyr.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/plyr.d.ts b/src/js/plyr.d.ts index 6c466002..9e336017 100644 --- a/src/js/plyr.d.ts +++ b/src/js/plyr.d.ts @@ -321,7 +321,7 @@ declare namespace Plyr { /** * If a function is passed, it is assumed your method will return either an element or HTML string for the controls. Three arguments will be passed to your function; - * id (the unique id for the player), seektime (the seektime step in seconds), and title (the media title). See controls.md for more info on how the html needs to be structured. + * id (the unique id for the player), seektime (the seektime step in seconds), and title (the media title). See CONTROLS.md for more info on how the html needs to be structured. * Defaults to ['play-large', 'play', 'progress', 'current-time', 'mute', 'volume', 'captions', 'settings', 'pip', 'airplay', 'fullscreen'] */ controls?: string[] | ((id: string, seektime: number, title: string) => unknown) | Element; |