summaryrefslogtreecommitdiff
path: root/luals-stubs/database.lua
diff options
context:
space:
mode:
authorailurux <ailuruxx@gmail.com>2024-09-26 13:26:46 +1000
committerailurux <ailuruxx@gmail.com>2024-09-26 13:26:46 +1000
commitf8a6c8c85af534510dfc2840730387d67b4c82ff (patch)
treeaeba453d3ff03d998c26054d3d8dd9a13ba59d50 /luals-stubs/database.lua
parentde351a5b8977644528227a4af679a13848156d41 (diff)
parente46582ce0981e09f55eaee92f522a17c02fb2288 (diff)
downloadtangara-fw-f8a6c8c85af534510dfc2840730387d67b4c82ff.tar.gz
Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fw
Diffstat (limited to 'luals-stubs/database.lua')
-rw-r--r--luals-stubs/database.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/luals-stubs/database.lua b/luals-stubs/database.lua
index 92c2fb8d..a21f61be 100644
--- a/luals-stubs/database.lua
+++ b/luals-stubs/database.lua
@@ -20,6 +20,7 @@ function database.track_by_id(id) end
--- @field id TrackId The track id of this track
--- @field filepath string The filepath of this track
--- @field saved_position integer The last saved position of this track
+--- @field play_count integer The number of times this track has finished playing
--- @field tags table A mapping of any available tags to that tag's value
local Track = {}