]> git.sesse.net Git - vlc/commitdiff
lua: attempt to clarify playlist documentation
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 12 Feb 2015 21:05:25 +0000 (23:05 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 12 Feb 2015 21:05:45 +0000 (23:05 +0200)
share/lua/README.txt

index 7769f2bd8c0b0461afc54e843c44f6ed98a49ea7..84f322fcbee012f314549fb0426da7ef832ae63a 100644 (file)
@@ -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)