Added listened indicator for audiobooks and podcasts

This commit is contained in:
ailurux
2024-09-27 16:59:59 +10:00
parent f8a6c8c85a
commit 3490cceb6b
12 changed files with 113 additions and 38 deletions
+3
View File
@@ -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.