Add lua stub for play_count

custom
jacqueline 7 months ago
parent faddb229fc
commit c1d89e7948
  1. 1
      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 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 = {}

Loading…
Cancel
Save