Make the 'Podcasts' index just a list by title

Podcasts aren't tagged consistently enough for other groupings to make
sense, at least until we implement RSS parsing
custom
jacqueline 7 months ago
parent ade5e4bc08
commit b95cd34520
  1. 2
      src/tangara/database/index.cpp

@ -60,7 +60,7 @@ const IndexInfo kPodcasts{
.id = 5, .id = 5,
.type = MediaType::kPodcast, .type = MediaType::kPodcast,
.name = "Podcasts", .name = "Podcasts",
.components = {Tag::kAlbum, Tag::kAlbumOrder}, .components = {Tag::kTitle},
}; };
static auto titleOrFilename(const TrackData& data, const TrackTags& tags) static auto titleOrFilename(const TrackData& data, const TrackTags& tags)

Loading…
Cancel
Save