[vlc-commits] lua intf: fix documentation
Francois Cartegnie
git at videolan.org
Sat Apr 13 15:54:05 CEST 2013
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sat Apr 13 15:04:55 2013 +0200| [f5e71e2a371cc713d8bbd7bba4d892e207bda0e9] | committer: Francois Cartegnie
lua intf: fix documentation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f5e71e2a371cc713d8bbd7bba4d892e207bda0e9
---
share/lua/README.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/lua/README.txt b/share/lua/README.txt
index 580f87f..58f4d22 100644
--- a/share/lua/README.txt
+++ b/share/lua/README.txt
@@ -291,7 +291,7 @@ playlist.get( [what, [tree]] ): Get the playlist.
.nb_played:
.children: A table of children playlist items.
playlist.search( name ): filter the playlist items with the given string
-playlist.current(): return the current input item
+playlist.current(): return the current input item id
playlist.sort( key ): sort the playlist according to the key.
Key must be one of the followings values: 'id', 'title', 'title nodes first',
'artist', 'genre', 'random', 'duration',
More information about the vlc-commits
mailing list