[vlc-commits] [Git][videolan/vlc][master] lua: fix documentation

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Mon Aug 18 19:06:44 UTC 2025



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
1aeb1d47 by freakingLovesVLC at 2025-08-18T18:20:22+00:00
lua: fix documentation

Signed-off-by: Felix Paul Kühne <felix at feepk.net>

- - - - -


1 changed file:

- share/lua/http/requests/README.txt


Changes:

=====================================
share/lua/http/requests/README.txt
=====================================
@@ -158,7 +158,7 @@ Commands available from API version 2
   ?command=title&val=<val>
 
 > select the chapter
-  ?command=title&val=<val>
+  ?command=chapter&val=<val>
 
 > select the audio track (use the number from the stream)
   ?command=audio_track&val=<val>
@@ -166,7 +166,7 @@ Commands available from API version 2
 > select the video track (use the number from the stream)
   ?command=video_track&val=<val>
 
-> select the sibtitle track (use the number from the stream)
+> select the subtitle track (use the number from the stream)
   ?command=subtitle_track&val=<val>
 
 playlist.xml or playlist.json:



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1aeb1d472f325b4af5c529314f69f969d1dd7075

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1aeb1d472f325b4af5c529314f69f969d1dd7075
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list