summaryrefslogtreecommitdiff
path: root/src/database/include
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-09-05 14:36:28 +1000
committerjacqueline <me@jacqueline.id.au>2023-09-05 14:36:28 +1000
commitb413b2f2641b0c7448762e9dc801f4ca7f00095c (patch)
treecb9c9314c56cae39841ebecb03a81d843c9e3447 /src/database/include
parent02c1eb4be35559c127368d1419ebb79e9f23f3c3 (diff)
downloadtangara-fw-b413b2f2641b0c7448762e9dc801f4ca7f00095c.tar.gz
Add all albums index, do some locales prep
Diffstat (limited to 'src/database/include')
-rw-r--r--src/database/include/index.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/database/include/index.hpp b/src/database/include/index.hpp
index 17229164..17b40f5b 100644
--- a/src/database/include/index.hpp
+++ b/src/database/include/index.hpp
@@ -68,5 +68,6 @@ auto ExpandHeader(const IndexKey::Header&, const std::optional<std::string>&)
extern const IndexInfo kAlbumsByArtist;
extern const IndexInfo kTracksByGenre;
extern const IndexInfo kAllTracks;
+extern const IndexInfo kAllAlbums;
} // namespace database