]> git.sesse.net Git - vlc/commitdiff
lua intf: fix documentation
authorFrancois Cartegnie <fcvlcdev@free.fr>
Sat, 13 Apr 2013 13:04:55 +0000 (15:04 +0200)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Sat, 13 Apr 2013 13:52:57 +0000 (15:52 +0200)
share/lua/README.txt

index 580f87fcfb8201f2e26c0c5cd6562b052aa35269..58f4d22cd47a06e278e92d35ad1a32724d987177 100644 (file)
@@ -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',