From e1c6ab1866592e88e9464b2be8d12a8b58433b60 Mon Sep 17 00:00:00 2001 From: Vanilagy <1696106+Vanilagy@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:36:50 +0200 Subject: [PATCH] Docs clarification --- docs/guide/reading-hls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/reading-hls.md b/docs/guide/reading-hls.md index 76a3988..b0ed735 100644 --- a/docs/guide/reading-hls.md +++ b/docs/guide/reading-hls.md @@ -12,7 +12,7 @@ Mediabunny exposes HLS playlists as if they were a single giant input file. Like ## HLS inputs -HLS playlists (master & media) are read through the same `Input` interface as all other media files in Mediabunny. HLS must read multiple files, meaning any [`PathedSource`](../api/PathedSource) is required: +HLS playlists (master & media) are read through the same `Input` interface as all other media files in Mediabunny. HLS must read multiple files, meaning any [`PathedSource`](../api/PathedSource) (such as `UrlSource`) is required: ```ts import { Input, UrlSource, HLS_FORMATS } from 'mediabunny';