Add luals-stub for queue open_playlist

This commit is contained in:
ailurux
2024-08-15 13:09:38 +10:00
parent 40e08f4823
commit 98cc3edb01
+5
View File
@@ -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