docs: fix mermaid subgraph id syntax

This commit is contained in:
KV-Tube Deployer 2026-01-18 21:52:48 +07:00
parent 067dae1d78
commit 623dfb988c

View file

@ -29,7 +29,7 @@ graph TD
YouTube -- "4. Raw Video/Audio Streams" --> YTDLP
YTDLP -- "5. Stream URL / Metadata" --> Server
subgraph Transcript System ["Transcript System (Deferred)"]
subgraph TranscriptSystem ["Transcript System (Deferred)"]
Server -.-> YTFetcher
YTFetcher -.-> YouTube
YTFetcher -- "No Transcript (429)" -.-> Server