diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-09-27 16:59:59 +1000 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-09-27 16:59:59 +1000 |
| commit | 3490cceb6b94ffbc947b699c8495cf8500e65b98 (patch) | |
| tree | 60cf92de52ec965e10f8d2cbc5f69ed442718bf5 /luals-stubs | |
| parent | f8a6c8c85af534510dfc2840730387d67b4c82ff (diff) | |
| download | tangara-fw-3490cceb6b94ffbc947b699c8495cf8500e65b98.tar.gz | |
Added listened indicator for audiobooks and podcasts
Diffstat (limited to 'luals-stubs')
| -rw-r--r-- | luals-stubs/database.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/luals-stubs/database.lua b/luals-stubs/database.lua index a21f61be..9d6c4c48 100644 --- a/luals-stubs/database.lua +++ b/luals-stubs/database.lua @@ -67,6 +67,9 @@ local Index = {} --- @return string function Index:name() end +--- Returns the media type of this index +function Index:type() end + --- Returns a new iterator that can be used to access every record within the --- first level of this index. --- @return Iterator it An iterator that yields `Record`s. |
