[vlc-commits] lua: attempt to clarify playlist documentation

Rémi Denis-Courmont git at videolan.org
Thu Feb 12 22:05:46 CET 2015


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Feb 12 23:05:25 2015 +0200| [4ea5fac340e627fafdc55704998235486a7b392f] | committer: Rémi Denis-Courmont

lua: attempt to clarify playlist documentation

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4ea5fac340e627fafdc55704998235486a7b392f
---

 share/lua/README.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/lua/README.txt b/share/lua/README.txt
index 7769f2b..84f322f 100644
--- a/share/lua/README.txt
+++ b/share/lua/README.txt
@@ -241,8 +241,8 @@ playlist.loop( [status] ): Toggle playlist loop or set to specified value.
 playlist.random( [status] ): Toggle playlist random or set to specified value.
 playlist.goto( id ): Go to specified track.
 playlist.add( ... ): Add a bunch of items to the playlist.
-  The playlist is a table of playlist objects.
-  A playlist object has the following members:
+  The playlist is a table of playlist items.
+  A playlist item has the following members:
       .path: the item's full path / URL
       .name: the item's name in playlist (OPTIONAL)
       .title: the item's Title (OPTIONAL, meta data)



More information about the vlc-commits mailing list