summaryrefslogtreecommitdiff
path: root/luals-stubs/queue.lua
diff options
context:
space:
mode:
Diffstat (limited to 'luals-stubs/queue.lua')
-rw-r--r--luals-stubs/queue.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/luals-stubs/queue.lua b/luals-stubs/queue.lua
index 97583587..a0473407 100644
--- a/luals-stubs/queue.lua
+++ b/luals-stubs/queue.lua
@@ -33,4 +33,10 @@ function queue.next() end
--- Moves backward in the play queue, looping back around to the end if repeat is on.
function queue.previous() end
+--- Play a track starting from a number of seconds in
+--- This will replace the existing queue
+--- @param filepath string
+--- @param seconds_offset integer
+function queue.play_from(filepath, seconds_offset) end
+
return queue