diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-09-26 13:26:46 +1000 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-09-26 13:26:46 +1000 |
| commit | f8a6c8c85af534510dfc2840730387d67b4c82ff (patch) | |
| tree | aeba453d3ff03d998c26054d3d8dd9a13ba59d50 /luals-stubs/database.lua | |
| parent | de351a5b8977644528227a4af679a13848156d41 (diff) | |
| parent | e46582ce0981e09f55eaee92f522a17c02fb2288 (diff) | |
| download | tangara-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.lua | 1 |
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 = {} |
