Commit f5e71e2a authored by Francois Cartegnie's avatar Francois Cartegnie

lua intf: fix documentation

parent 5192a05d
......@@ -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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment