summaryrefslogtreecommitdiff
path: root/luals-stubs/queue.lua
diff options
context:
space:
mode:
authorailurux <ailuruxx@gmail.com>2024-09-19 14:04:13 +1000
committerailurux <ailuruxx@gmail.com>2024-09-19 14:04:13 +1000
commit7f43d4d1265ce7f456b36f51987c812d35bcd616 (patch)
tree621aba31b0a1b8f06eb1005f5f5cc9ce9ebced83 /luals-stubs/queue.lua
parente96dcde0852526b33ee522dc0b1df8cdd0bc1253 (diff)
downloadtangara-fw-7f43d4d1265ce7f456b36f51987c812d35bcd616.tar.gz
Add luals stubs for new methods
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