Skip to content

Commit

Permalink
fix(player): broken quality switch docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Nov 10, 2023
1 parent 15a70d3 commit f81d533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vidstack/src/core/quality/video-quality.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class VideoQualityList extends SelectList<VideoQuality, VideoQualityListE
*
* - `load`: Set quality level for next loaded fragment.
*
* @see {@link https://vidstack.io/docs/player/core-concepts/quality#switch}
* @see {@link https://www.vidstack.io/docs/player/api/video-quality#switch}
* @see {@link https://github.com/video-dev/hls.js/blob/master/docs/API.md#quality-switch-control-api}
*/
switch: 'current' | 'next' | 'load' = 'current';
Expand Down

0 comments on commit f81d533

Please sign in to comment.