diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-09-05 14:36:28 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-09-05 14:36:28 +1000 |
| commit | b413b2f2641b0c7448762e9dc801f4ca7f00095c (patch) | |
| tree | cb9c9314c56cae39841ebecb03a81d843c9e3447 /src/database/include | |
| parent | 02c1eb4be35559c127368d1419ebb79e9f23f3c3 (diff) | |
| download | tangara-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.hpp | 1 |
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 |
