From 3490cceb6b94ffbc947b699c8495cf8500e65b98 Mon Sep 17 00:00:00 2001 From: ailurux Date: Fri, 27 Sep 2024 16:59:59 +1000 Subject: Added listened indicator for audiobooks and podcasts --- luals-stubs/database.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'luals-stubs') 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. -- cgit v1.2.3