Add luals-stub for queue open_playlist
This commit is contained in:
@@ -19,6 +19,11 @@ local queue = {}
|
||||
--- @param val TrackId|Iterator
|
||||
function queue.add(val) end
|
||||
|
||||
--- Opens a playlist file from a filepath
|
||||
--- This will replace the existing queue
|
||||
--- @param filepath string
|
||||
function queue.open_playlist(filepath) end
|
||||
|
||||
--- Removes all tracks from the queue.
|
||||
function queue.clear() end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user