summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tangara/database/index.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tangara/database/index.cpp b/src/tangara/database/index.cpp
index b3af716b..e60f56d5 100644
--- a/src/tangara/database/index.cpp
+++ b/src/tangara/database/index.cpp
@@ -57,21 +57,21 @@ const IndexInfo kAllAlbums{
};
const IndexInfo kAllArtists{
- .id = 7,
+ .id = 5,
.type = MediaType::kMusic,
.name = "All Artists",
.components = {Tag::kAllArtists, Tag::kTitle},
};
const IndexInfo kPodcasts{
- .id = 5,
+ .id = 6,
.type = MediaType::kPodcast,
.name = "Podcasts",
.components = {Tag::kAlbum, Tag::kTitle},
};
const IndexInfo kAudiobooks{
- .id = 6,
+ .id = 7,
.type = MediaType::kAudiobook,
.name = "Audiobooks",
.components = {Tag::kAlbum, Tag::kAlbumOrder},