summaryrefslogtreecommitdiff
path: root/src/tangara/database/index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tangara/database/index.cpp')
-rw-r--r--src/tangara/database/index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tangara/database/index.cpp b/src/tangara/database/index.cpp
index f1d8f258..23d5e04b 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::kAlbum, Tag::kAlbumOrder},
+ .components = {Tag::kTitle},
};
static auto titleOrFilename(const TrackData& data, const TrackTags& tags)