diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-09-24 15:26:44 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-09-24 15:26:44 +1000 |
| commit | c1d89e79482fb219e343797ecfbc34563097c94d (patch) | |
| tree | e1f1ccc81867a9b32b18446ca19e613a9f2886c4 /luals-stubs | |
| parent | faddb229fcf1417dd283ae43fb26fbf5b3ceaf19 (diff) | |
| download | tangara-fw-c1d89e79482fb219e343797ecfbc34563097c94d.tar.gz | |
Add lua stub for play_count
Diffstat (limited to 'luals-stubs')
| -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 = {} |
