Add lua stub for play_count

This commit is contained in:
jacqueline
2024-09-24 15:26:44 +10:00
parent faddb229fc
commit c1d89e7948
+1
View File
@@ -20,6 +20,7 @@ function database.track_by_id(id) end
--- @field id TrackId The track id of this track --- @field id TrackId The track id of this track
--- @field filepath string The filepath of this track --- @field filepath string The filepath of this track
--- @field saved_position integer The last saved position 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 --- @field tags table A mapping of any available tags to that tag's value
local Track = {} local Track = {}