We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a70d3 commit f81d533Copy full SHA for f81d533
1 file changed
packages/vidstack/src/core/quality/video-quality.ts
@@ -23,7 +23,7 @@ export class VideoQualityList extends SelectList<VideoQuality, VideoQualityListE
23
*
24
* - `load`: Set quality level for next loaded fragment.
25
26
- * @see {@link https://vidstack.io/docs/player/core-concepts/quality#switch}
+ * @see {@link https://www.vidstack.io/docs/player/api/video-quality#switch}
27
* @see {@link https://github.com/video-dev/hls.js/blob/master/docs/API.md#quality-switch-control-api}
28
*/
29
switch: 'current' | 'next' | 'load' = 'current';
0 commit comments