Add luals-stub for queue open_playlist

custom
ailurux 8 months ago
parent 40e08f4823
commit 98cc3edb01
  1. 5
      luals-stubs/queue.lua

@ -19,6 +19,11 @@ local queue = {}
--- @param val TrackId|Iterator --- @param val TrackId|Iterator
function queue.add(val) end 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. --- Removes all tracks from the queue.
function queue.clear() end function queue.clear() end

Loading…
Cancel
Save