diff --git a/share/lua/README.txt b/share/lua/README.txt index 5d3343b1300844a6682ecb1ef3a9dd09807b0150..7769f2bd8c0b0461afc54e843c44f6ed98a49ea7 100644 --- a/share/lua/README.txt +++ b/share/lua/README.txt @@ -263,7 +263,7 @@ playlist.add( ... ): Add a bunch of items to the playlist. .arturl: the item's ArtURL (OPTIONAL, meta data) .trackid: the item's TrackID (OPTIONAL, meta data) .options: a list of VLC options (OPTIONAL) - example: .options = { "fullscreen" } + example: .options = { "run-time=60" } .duration: stream duration in seconds (OPTIONAL) .meta: custom meta data (OPTIONAL, meta data) A .meta field is a table of custom meta key value pairs.