From b413b2f2641b0c7448762e9dc801f4ca7f00095c Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 5 Sep 2023 14:36:28 +1000 Subject: Add all albums index, do some locales prep --- src/database/include/index.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/database/include/index.hpp') 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&) extern const IndexInfo kAlbumsByArtist; extern const IndexInfo kTracksByGenre; extern const IndexInfo kAllTracks; +extern const IndexInfo kAllAlbums; } // namespace database -- cgit v1.2.3