diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-09-27 16:59:59 +1000 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-09-27 16:59:59 +1000 |
| commit | 3490cceb6b94ffbc947b699c8495cf8500e65b98 (patch) | |
| tree | 60cf92de52ec965e10f8d2cbc5f69ed442718bf5 /src/tangara/database/index.cpp | |
| parent | f8a6c8c85af534510dfc2840730387d67b4c82ff (diff) | |
| download | tangara-fw-3490cceb6b94ffbc947b699c8495cf8500e65b98.tar.gz | |
Added listened indicator for audiobooks and podcasts
Diffstat (limited to 'src/tangara/database/index.cpp')
| -rw-r--r-- | src/tangara/database/index.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tangara/database/index.cpp b/src/tangara/database/index.cpp index 0ced27ed..1cdc0d07 100644 --- a/src/tangara/database/index.cpp +++ b/src/tangara/database/index.cpp @@ -60,7 +60,7 @@ const IndexInfo kPodcasts{ .id = 5, .type = MediaType::kPodcast, .name = "Podcasts", - .components = {Tag::kTitle}, + .components = {Tag::kAlbum, Tag::kTitle}, }; const IndexInfo kAudiobooks{ |
