From 7f43d4d1265ce7f456b36f51987c812d35bcd616 Mon Sep 17 00:00:00 2001 From: ailurux Date: Thu, 19 Sep 2024 14:04:13 +1000 Subject: Add luals stubs for new methods --- luals-stubs/queue.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'luals-stubs/queue.lua') 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 -- cgit v1.2.3